We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f81cccc + 3899469 commit 66315b8Copy full SHA for 66315b8
exchange/bitswap/wantmanager.go
@@ -217,7 +217,7 @@ func (mq *msgQueue) doWork(ctx context.Context) {
217
218
err = mq.openSender(ctx)
219
if err != nil {
220
- log.Error("couldnt open sender again after SendMsg(%s) failed: %s", mq.p, err)
+ log.Errorf("couldnt open sender again after SendMsg(%s) failed: %s", mq.p, err)
221
// TODO(why): what do we do now?
222
// I think the *right* answer is to probably put the message we're
223
// trying to send back, and then return to waiting for new work or
0 commit comments