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