Change-Id: Iec8ff9da9c866fd47f3352964a5aac1bd6148310
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
int rc = 0;
int c;
- rpmlog(RPMLOG_INFO, _("Refusing to run shell code: %s\n"), cmd);
+ rpmlog(RPMLOG_WARNING, _("Refusing to run shell code: %s\n"), cmd);
mbAppendStr(mb, "UNEXPANDEDSHELLSCRIPT");
#if 0
rc = expandThis(mb, cmd, clen, &buf);
lua_State *L = lua->L;
int ret = 0;
#define LUA_OUTPUT "UNEXPANDEDLUASCRIPT"
- rpmlog(RPMLOG_INFO, _("Refusing to run lua code: %s\n"), script);
+ rpmlog(RPMLOG_WARNING, _("Refusing to run lua code: %s\n"), script);
lua->printbuf->buf = xcalloc(1, sizeof(LUA_OUTPUT));
strcpy(lua->printbuf->buf, LUA_OUTPUT);
#if 0