diff options
author | Steven Barth <steven@midlink.org> | 2009-07-24 15:33:10 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-07-24 15:33:10 +0000 |
commit | 6d8143f573d7db1fd31c9dff9d8b3433f92edbf1 (patch) | |
tree | 1710d83eaa220085c9fccf6a62786901caad8952 /libs/lucid/luasrc | |
parent | f1e1f7a4517d0f31bb753c990134bdb2ed6ad07c (diff) |
Typo
Diffstat (limited to 'libs/lucid/luasrc')
-rw-r--r-- | libs/lucid/luasrc/lucid/tcpserver.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/lucid/luasrc/lucid/tcpserver.lua b/libs/lucid/luasrc/lucid/tcpserver.lua index 47748e4a3..b280f5f7f 100644 --- a/libs/lucid/luasrc/lucid/tcpserver.lua +++ b/libs/lucid/luasrc/lucid/tcpserver.lua @@ -116,7 +116,7 @@ function accept(polle) end local socket, host, port = polle.fd:accept() if not socket then - return nixio.syslog("warn", "accept() failed: " .. port) + return nixio.syslog("warning", "accept() failed: " .. port) end socket:setblocking(true) |