Add a comment

This commit is contained in:
Robin Malley 2021-01-16 20:59:56 +00:00
parent c9ab25f65f
commit 861e53cc29
1 changed files with 2 additions and 0 deletions

View File

@ -309,6 +309,8 @@ load_kore_libs(lua_State *L){
LUA_PUSH_CONST(L,LOG_NOTICE);
LUA_PUSH_CONST(L,LOG_INFO);
LUA_PUSH_CONST(L,LOG_DEBUG);
//Set a global variable "PRODUCTION" true or false
#ifdef BUILD_PROD
lua_pushboolean(L,1);
#else