Fix minor typo in bitswap debug logging
License: MIT Signed-off-by: Mateusz Naściszewski <matin1111@wp.pl>
mateon1 committed
Sep 2, 2016 at 21:38 UTC
304153a38dcddc6deb4cdccf2d76ccb31b6dc2c1
1 file changed
+1
-1
exchange/bitswap/workers.go
+1
-1
@@ -169,7 +169,7 @@ func (bs *Bitswap) rebroadcastWorker(parent context.Context) {
169
case <-tick.C:
170
n := bs.wm.wl.Len()
171
if n > 0 {
172
- log.Debug(n, "keys in bitswap wantlist")
172
+ log.Debug(n, " keys in bitswap wantlist")
173
}
174
case <-broadcastSignal.C: // resend unfulfilled wantlist keys
175
log.Event(ctx, "Bitswap.Rebroadcast.active")