Skip to content

Commit

Permalink
Merge pull request #1956 from ipfs/hotfix/err-log-query
Browse files Browse the repository at this point in the history
drop error log down to debug
  • Loading branch information
jbenet committed Nov 10, 2015
2 parents 76dedd8 + 70b64ac commit ca443b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routing/dht/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -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, &notif.QueryEvent{
Type: notif.DialingPeer,
Expand Down

0 comments on commit ca443b3

Please sign in to comment.