diff options
Diffstat (limited to 'rpmio/rpmlua.c')
-rw-r--r-- | rpmio/rpmlua.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/rpmlua.c b/rpmio/rpmlua.c index ec41b0227..49ae7a0aa 100644 --- a/rpmio/rpmlua.c +++ b/rpmio/rpmlua.c @@ -517,7 +517,7 @@ int rpmluaRunScript(rpmlua _lua, const char *script, const char *name) 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 |