From 70b64ac88c912015353f813636aa3639dd3c4832 Mon Sep 17 00:00:00 2001 From: Jeromy Date: Mon, 9 Nov 2015 23:18:38 -0800 Subject: [PATCH] drop error log down to debug License: MIT Signed-off-by: Jeromy --- routing/dht/query.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/dht/query.go b/routing/dht/query.go index 666a95878..d64e432ea 100644 --- a/routing/dht/query.go +++ b/routing/dht/query.go @@ -229,7 +229,7 @@ func (r *dhtQueryRunner) queryPeer(proc process.Process, p peer.ID) { // make sure we're connected to the peer. // FIXME abstract away into the network layer if conns := r.query.dht.host.Network().ConnsToPeer(p); len(conns) == 0 { - log.Error("not connected. dialing.") + log.Debug("not connected. dialing.") notif.PublishQueryEvent(r.runCtx, ¬if.QueryEvent{ Type: notif.DialingPeer,