modify debug log

This commit is contained in:
zhouyuyan
2018-01-26 15:47:34 +08:00
parent ef252550dc
commit 91733bf91e

View File

@@ -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: