Commit a499bbac authored by Jeromy's avatar Jeromy

error -> notice, bitswap

parent 321604e0
...@@ -140,7 +140,7 @@ func (mq *msgQueue) runQueue(ctx context.Context) { ...@@ -140,7 +140,7 @@ func (mq *msgQueue) runQueue(ctx context.Context) {
err := mq.network.ConnectTo(ctx, mq.p) err := mq.network.ConnectTo(ctx, mq.p)
if err != nil { 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? // TODO: cant connect, what now?
continue continue
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment