Skip to content

Commit

Permalink
Merge pull request #3178 from mateon1/fix/debug-logging-typo
Browse files Browse the repository at this point in the history
Fix minor typo in bitswap debug logging
  • Loading branch information
whyrusleeping authored Sep 4, 2016
2 parents 3303fea + 304153a commit bb7dc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchange/bitswap/workers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit bb7dc61

Please sign in to comment.