提交 304153a3 作者: mateon1

Fix minor typo in bitswap debug logging

License: MIT
Signed-off-by: 's avatarMateusz Naściszewski <matin1111@wp.pl>
上级 28b01dda
...@@ -169,7 +169,7 @@ func (bs *Bitswap) rebroadcastWorker(parent context.Context) { ...@@ -169,7 +169,7 @@ func (bs *Bitswap) rebroadcastWorker(parent context.Context) {
case <-tick.C: case <-tick.C:
n := bs.wm.wl.Len() n := bs.wm.wl.Len()
if n > 0 { if n > 0 {
log.Debug(n, "keys in bitswap wantlist") log.Debug(n, " keys in bitswap wantlist")
} }
case <-broadcastSignal.C: // resend unfulfilled wantlist keys case <-broadcastSignal.C: // resend unfulfilled wantlist keys
log.Event(ctx, "Bitswap.Rebroadcast.active") log.Event(ctx, "Bitswap.Rebroadcast.active")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论