mirror of
https://github.com/fhmq/hmq.git
synced 2026-04-24 10:38:34 +00:00
modify debug log
This commit is contained in:
@@ -150,7 +150,7 @@ func ProcessMessage(msg *Message) {
|
||||
if ca == nil {
|
||||
return
|
||||
}
|
||||
log.Debug("Recv message from client, ID = ", zap.String("ClientID", c.info.clientID))
|
||||
log.Debug("Recv message from client,", zap.String("ClientID", c.info.clientID))
|
||||
switch ca.(type) {
|
||||
case *packets.ConnackPacket:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user