Add a comment
This commit is contained in:
parent
c9ab25f65f
commit
861e53cc29
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue