mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2025-07-13 05:34:25 +02:00
fix symbol missing
This commit is contained in:
@ -293,7 +293,7 @@ static int l_unknow (lua_State *L) {
|
||||
static int l_log(lua_State *L)
|
||||
{
|
||||
const char* s = luaL_checkstring(L,1);
|
||||
server_log("%s",s);
|
||||
syslog (LOG_NOTICE, "%s", s);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user