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 8b90b70 + 72582c9 commit 7fd7ab6Copy full SHA for 7fd7ab6
exchange/bitswap/wantmanager.go
@@ -234,7 +234,7 @@ func (mq *msgQueue) doWork(ctx context.Context) {
234
235
err = mq.openSender(ctx)
236
if err != nil {
237
- log.Errorf("couldnt open sender again after SendMsg(%s) failed: %s", mq.p, err)
+ log.Infof("couldnt open sender again after SendMsg(%s) failed: %s", mq.p, err)
238
// TODO(why): what do we do now?
239
// I think the *right* answer is to probably put the message we're
240
// trying to send back, and then return to waiting for new work or
0 commit comments