projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1e1f7a
)
Typo
author
Steven Barth
<steven@midlink.org>
Fri, 24 Jul 2009 15:33:10 +0000
(15:33 +0000)
committer
Steven Barth
<steven@midlink.org>
Fri, 24 Jul 2009 15:33:10 +0000
(15:33 +0000)
libs/lucid/luasrc/lucid/tcpserver.lua
patch
|
blob
|
history
diff --git
a/libs/lucid/luasrc/lucid/tcpserver.lua
b/libs/lucid/luasrc/lucid/tcpserver.lua
index 47748e4a3ebe161cf84326f5ea346c9b2a0fe901..b280f5f7fe88e3b2873326e8a24f8515b67df5ed 100644
(file)
--- 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("warn
ing
", "accept() failed: " .. port)
end
socket:setblocking(true)