mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-12 07:43:31 -07:00
more logging
This commit is contained in:
@@ -103,7 +103,13 @@ func (c *Client) readCommands() {
|
||||
}
|
||||
|
||||
m.SetClient(c)
|
||||
if DEBUG_CLIENT {
|
||||
log.Printf("%s sending %s", c, m)
|
||||
}
|
||||
c.server.commands <- m
|
||||
if DEBUG_CLIENT {
|
||||
log.Printf("%s sent %s", c, m)
|
||||
}
|
||||
}
|
||||
c.ConnectionClosed()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user