Skip to content

Commit

Permalink
modify debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouyuyan committed Jan 26, 2018
1 parent ef25255 commit 91733bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion broker/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 91733bf

Please sign in to comment.