Skip to content

Commit

Permalink
error -> notice, bitswap
Browse files Browse the repository at this point in the history
  • Loading branch information
whyrusleeping committed May 22, 2015
1 parent 8b94abd commit eff73cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchange/bitswap/wantmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func (mq *msgQueue) runQueue(ctx context.Context) {

err := mq.network.ConnectTo(ctx, mq.p)
if err != nil {
log.Errorf("cant connect to peer %s: %s", mq.p, err)
log.Noticef("cant connect to peer %s: %s", mq.p, err)
// TODO: cant connect, what now?
continue
}
Expand Down

0 comments on commit eff73cc

Please sign in to comment.