Skip to content

Commit 93a1d3f

Browse files
authored
chore(identify): move log to debug level (#3206)
1 parent 785181f commit 93a1d3f

File tree

1 file changed

+1
-1
lines changed
  • p2p/protocol/identify

1 file changed

+1
-1
lines changed

p2p/protocol/identify/id.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ func (ids *idService) consumeMessage(mes *pb.Identify, c network.Conn, isPush bo
797797
// otherwise use the unsigned addresses.
798798
signedPeerRecord, err := signedPeerRecordFromMessage(mes)
799799
if err != nil {
800-
log.Errorf("error getting peer record from Identify message: %v", err)
800+
log.Debugf("error getting peer record from Identify message: %v", err)
801801
}
802802

803803
// Extend the TTLs on the known (probably) good addresses.

0 commit comments

Comments
 (0)