Commit 0d0ba8ae authored by Jeromy's avatar Jeromy
Browse files

log listeners dying as at least a warning

parent 9dbbe6db
...@@ -105,7 +105,7 @@ func (s *Swarm) setupListener(maddr ma.Multiaddr) error { ...@@ -105,7 +105,7 @@ func (s *Swarm) setupListener(maddr ma.Multiaddr) error {
if !more { if !more {
return return
} }
log.Debugf("swarm listener accept error: %s", err) log.Warningf("swarm listener accept error: %s", err)
case <-ctx.Done(): case <-ctx.Done():
return 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