Commit 6d76c57c authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

dht: removing extra newlines

parent e9b5f37b
......@@ -179,7 +179,7 @@ func (r *dhtQueryRunner) addPeerToQuery(ctx context.Context, next peer.ID, bench
r.peersSeen[next] = struct{}{}
r.Unlock()
log.Debugf("adding peer to query: %v\n", next)
log.Debugf("adding peer to query: %v", next)
// do this after unlocking to prevent possible deadlocks.
r.peersRemaining.Increment(1)
......
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