Commit 03f53fc9 authored by mateon1's avatar mateon1

Fix minor typo in bitswap debug logging

License: MIT
Signed-off-by: default avatarMateusz Naściszewski <matin1111@wp.pl>
parent f3ea01e9
......@@ -169,7 +169,7 @@ func (bs *Bitswap) rebroadcastWorker(parent context.Context) {
case <-tick.C:
n := bs.wm.wl.Len()
if n > 0 {
log.Debug(n, "keys in bitswap wantlist")
log.Debug(n, " keys in bitswap wantlist")
}
case <-broadcastSignal.C: // resend unfulfilled wantlist keys
log.Event(ctx, "Bitswap.Rebroadcast.active")
......
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