Skip to content

Commit 7fd7ab6

Browse files
Merge pull request ipfs#4472 from ipfs/fix/4470
Demote bitswap error to an info
2 parents 8b90b70 + 72582c9 commit 7fd7ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/bitswap/wantmanager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ func (mq *msgQueue) doWork(ctx context.Context) {
234234

235235
err = mq.openSender(ctx)
236236
if err != nil {
237-
log.Errorf("couldnt open sender again after SendMsg(%s) failed: %s", mq.p, err)
237+
log.Infof("couldnt open sender again after SendMsg(%s) failed: %s", mq.p, err)
238238
// TODO(why): what do we do now?
239239
// I think the *right* answer is to probably put the message we're
240240
// trying to send back, and then return to waiting for new work or

0 commit comments

Comments
 (0)