mirror of
https://github.com/fluencelabs/go-libp2p-kad-dht
synced 2025-04-24 22:32:13 +00:00
demote error message to warning
This commit is contained in:
parent
2445c96cff
commit
068f5f2e16
2
notif.go
2
notif.go
@ -80,7 +80,7 @@ func (nn *netNotifiee) testConnection(ctx context.Context, v inet.Conn) {
|
||||
// Client mode only, don't bother adding them to our routing table
|
||||
default:
|
||||
// real error? thats odd
|
||||
log.Errorf("checking dht client type: %s", err)
|
||||
log.Warningf("checking dht client type: %s", err)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user