[stream-refactor] more readable log string format

pull/607/head
David Wilson 5 years ago
parent d411003b64
commit 8769c3ce24

@ -1483,7 +1483,7 @@ class Connection(object):
LOG.debug('%r.connect()', self)
self.context = context
self.proc = self.start_child()
LOG.debug('%r.connect(): pid:%r stdin:%r stdout:%r diag:%r',
LOG.debug('%r.connect(): pid:%r stdin:%r stdout:%r stderr:%r',
self, self.proc.pid,
self.proc.stdin.fileno(),
self.proc.stdout.fileno(),

Loading…
Cancel
Save