mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-23 03:17:43 +08:00
Fix minor typo in bitswap debug logging
License: MIT Signed-off-by: Mateusz Naściszewski <matin1111@wp.pl>
This commit is contained in:
parent
28b01dda7e
commit
304153a38d
@ -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")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user