mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2024-12-26 17:38:21 +01:00
fix symbol missing
This commit is contained in:
parent
0b6fc559b3
commit
002151f1e2
BIN
dist/lua-0.5.2b.tar.gz
vendored
BIN
dist/lua-0.5.2b.tar.gz
vendored
Binary file not shown.
@ -293,7 +293,7 @@ static int l_unknow (lua_State *L) {
|
|||||||
static int l_log(lua_State *L)
|
static int l_log(lua_State *L)
|
||||||
{
|
{
|
||||||
const char* s = luaL_checkstring(L,1);
|
const char* s = luaL_checkstring(L,1);
|
||||||
server_log("%s",s);
|
syslog (LOG_NOTICE, "%s", s);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user