Commit 1ee1fc85 authored by mercury233's avatar mercury233

more log

parent 1157a4bf
......@@ -745,7 +745,7 @@ net.createServer (client) ->
ctos_message_length = 0
ctos_proto = 0
else
log.warn("bad ctos_message length", client.ip)
log.warn("bad ctos_message length", client.ip, ctos_buffer.length, ctos_message_length, ctos_proto)
break
looplimit++
......
......@@ -948,7 +948,7 @@
ctos_message_length = 0;
ctos_proto = 0;
} else {
log.warn("bad ctos_message length", client.ip);
log.warn("bad ctos_message length", client.ip, ctos_buffer.length, ctos_message_length, ctos_proto);
break;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment