Commit 5a4eed4c authored by Brian Tiger Chow's avatar Brian Tiger Chow Committed by Jeromy

fix(log) ->f

@whyrusleeping

License: MIT
Signed-off-by: default avatarBrian Tiger Chow <brian@perfmode.com>
parent 768cd368
......@@ -181,7 +181,7 @@ func (bs *bitswap) run(ctx context.Context) {
}
err := bs.sendWantListTo(ctx, sendlist)
if err != nil {
log.Error("error sending wantlist: %s", err)
log.Errorf("error sending wantlist: %s", err)
}
sendlist = nil
timeout = time.After(rebroadcastTime)
......
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