Skip to content

Commit 4c4a48d

Browse files
committed
fix proto
1 parent 379603e commit 4c4a48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

explorer/explorer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ func (e *Explorer) tryUnmarshalDHT(bs []byte, foundFlag *bool) {
142142
switch {
143143
case msg.GetAddrs() != nil:
144144
*foundFlag = true
145-
log.Debug().Interface("DHT Announce", msg).Send()
145+
log.Debug().Interface("DHT Announce", msg.ProtoReflect()).Send()
146146
e.Messages.DHTAnnounce = append(e.Messages.DHTAnnounce, &msg)
147147
}
148148
}

0 commit comments

Comments
 (0)