Commit cabd1afd authored by Julien Muchembled's avatar Julien Muchembled

Clarify occasional harmless debug logs just after babeld is started

parent 6569cf1e
......@@ -206,7 +206,7 @@ class Babel(object):
try:
s.connect(self.socket_path)
except socket.error, e:
logging.debug("%s", e)
logging.debug("Can't connect to %r (%r)", self.socket_path, e)
return e
s.send("\1")
s.setblocking(0)
......
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