demote error message to warning

This commit is contained in:
Jeromy 2017-10-28 12:03:53 -07:00
parent 2445c96cff
commit 068f5f2e16

View File

@ -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
}