final fix
This commit is contained in:
parent
8cd69c1a17
commit
2bf37ffd03
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ func (n *Node) handlePacket(pkt packet) {
|
|||
n.handleError(pkt.raddr, e)
|
||||
|
||||
default:
|
||||
log.Errorf("[%s] invalid message type: %s", n.id.HexShort(), pkt.data[5])
|
||||
log.Errorf("[%s] invalid message type: %s", n.id.HexShort(), string(pkt.data[5]))
|
||||
return
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue