Skip to content
Snippets Groups Projects
Commit 17949222 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Fix #703: Duplicate "client disconnected" message in console

Remove extra log message.
parent d0ada35b
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,6 @@ local function client_print(self, output)
elseif not output then
-- disconnect peer
local peer = self.client:peer()
log.info("client %s:%s disconnected", peer.host, peer.port)
self.client:shutdown()
self.client:close()
self.client = nil
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment