Skip to content

Commit ca443b3

Browse files
committedNov 10, 2015
Merge pull request #1956 from ipfs/hotfix/err-log-query
drop error log down to debug
2 parents 76dedd8 + 70b64ac commit ca443b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎routing/dht/query.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ func (r *dhtQueryRunner) queryPeer(proc process.Process, p peer.ID) {
229229
// make sure we're connected to the peer.
230230
// FIXME abstract away into the network layer
231231
if conns := r.query.dht.host.Network().ConnsToPeer(p); len(conns) == 0 {
232-
log.Error("not connected. dialing.")
232+
log.Debug("not connected. dialing.")
233233

234234
notif.PublishQueryEvent(r.runCtx, &notif.QueryEvent{
235235
Type: notif.DialingPeer,

0 commit comments

Comments
 (0)
Please sign in to comment.