Commit 91190d3c authored by Jeromy's avatar Jeromy

change listener errors to warnings

parent 30082adb
......@@ -126,7 +126,7 @@ func (s *Swarm) addConnListener(list conn.Listener) error {
if !more {
return
}
log.Errorf("swarm listener accept error: %s", err)
log.Warningf("swarm listener accept error: %s", err)
case <-ctx.Done():
return
}
......
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