mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
add connID to another logline
This commit is contained in:
parent
e520ba7e0e
commit
2163d96348
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue