s/notice/debug/ on unload

This commit is contained in:
Jan-Piet Mens
2015-09-29 16:40:19 +02:00
parent dbf444219c
commit 3cee00dbd7
+1 -1
View File
@@ -115,7 +115,7 @@ void hooks_exit(struct luadata *ld, char *reason)
{
if (ld) {
l_function(ld->L, "otr_exit");
olog(LOG_NOTICE, "unloading Lua: %s", reason);
olog(LOG_DEBUG, "unloading Lua: %s", reason);
free(ld->script);
lua_close(ld->L);
free(ld);