Commit 523e603e authored by Jeromy's avatar Jeromy

error -> debug

parent 7fb63d7e
...@@ -313,7 +313,7 @@ func (dht *IpfsDHT) betterPeersToQuery(pmes *pb.Message, p peer.ID, count int) [ ...@@ -313,7 +313,7 @@ func (dht *IpfsDHT) betterPeersToQuery(pmes *pb.Message, p peer.ID, count int) [
// == to self? thats bad // == to self? thats bad
for _, p := range closer { for _, p := range closer {
if p == dht.self { if p == dht.self {
log.Info("Attempted to return self! this shouldnt happen...") log.Debug("Attempted to return self! this shouldnt happen...")
return nil return nil
} }
} }
......
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