diff --git a/src/lua_rds.c b/src/lua_rds.c index d305714..e320245 100644 --- a/src/lua_rds.c +++ b/src/lua_rds.c @@ -377,7 +377,7 @@ void lua_on_init() { lua_pop(L, 1); } } else { - // printf("Note: 'on_init' function not found in Lua script. Skipping.\n"); + printf("Note: 'on_init' function not found in Lua script. Skipping.\n"); lua_pop(L, 1); } }