mirror of
https://github.com/fluencelabs/go-libp2p-kad-dht
synced 2025-05-21 02:01:21 +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
|
// Client mode only, don't bother adding them to our routing table
|
||||||
default:
|
default:
|
||||||
// real error? thats odd
|
// real error? thats odd
|
||||||
log.Errorf("checking dht client type: %s", err)
|
log.Warningf("checking dht client type: %s", err)
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user