Skip to content

Commit eff73cc

Browse files
committedMay 22, 2015
error -> notice, bitswap
1 parent 8b94abd commit eff73cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎exchange/bitswap/wantmanager.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ func (mq *msgQueue) runQueue(ctx context.Context) {
140140

141141
err := mq.network.ConnectTo(ctx, mq.p)
142142
if err != nil {
143-
log.Errorf("cant connect to peer %s: %s", mq.p, err)
143+
log.Noticef("cant connect to peer %s: %s", mq.p, err)
144144
// TODO: cant connect, what now?
145145
continue
146146
}

0 commit comments

Comments
 (0)
Please sign in to comment.