Commit 068f5f2e authored by Jeromy's avatar Jeromy

demote error message to warning

parent 2445c96c
......@@ -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
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment