@cryptotaxi247 / kubo / commits / 523e603e5

error -> debug

Jeromy committed Feb 26, 2015 at 16:13 UTC 523e603e598f681e7a9085878bc6b11e1f3e01fd
1 file changed +1 -1
routing/dht/dht.go
+1 -1
@@ -313,7 +313,7 @@ func (dht *IpfsDHT) betterPeersToQuery(pmes *pb.Message, p peer.ID, count int) [
313 // == to self? thats bad
314 for _, p := range closer {
315 if p == dht.self {
316 - log.Info("Attempted to return self! this shouldnt happen...")
316 + log.Debug("Attempted to return self! this shouldnt happen...")
317 return nil
318 }
319 }