mirror of
https://github.com/ergochat/ergo.git
synced 2025-01-21 01:34:20 +01:00
add connID to another logline
This commit is contained in:
parent
e520ba7e0e
commit
2163d96348
@ -682,7 +682,7 @@ func (client *Client) run(session *Session) {
|
||||
if err == errInvalidUtf8 {
|
||||
invalidUtf8 = true // handle as normal, including labeling
|
||||
} else if err != nil {
|
||||
client.server.logger.Debug("connect-ip", "read error from client", err.Error())
|
||||
client.server.logger.Debug("connect-ip", session.connID, "read error from client", err.Error())
|
||||
var quitMessage string
|
||||
switch err {
|
||||
case ircreader.ErrReadQ:
|
||||
|
Loading…
Reference in New Issue
Block a user