Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeEirc committed Dec 4, 2020
1 parent 8f2f8c3 commit 38551ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion options.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ func ReadOptionPacket(p []byte) (packet OptionPacket, rest []byte, ok bool) {
rest = append(rest, remain[indexSE+1:]...)
return packet, rest, true
default:
traceLogf("failed %v %v\r\n", p[1], p[2:])
traceLogf("failed %v %v %v\r\n", packet.OptionCode,
packet.CommandCode, remain)
}
}
return packet, p, false
Expand Down

0 comments on commit 38551ff

Please sign in to comment.