mirror of
https://github.com/cadmium-im/zirconium-go.git
synced 2024-11-23 10:52:24 +00:00
Add logging when connection created
This commit is contained in:
parent
eb948ed5bd
commit
ff10a18f3b
@ -38,4 +38,5 @@ func (ch *ConnectionHandler) HandleNewConnection(wsocket *websocket.Conn) {
|
||||
router.RouteMessage(o, msg)
|
||||
}
|
||||
}()
|
||||
logger.Infof("Connection %s was created", o.connID)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user