[stream-refactor] more readable log string format

This commit is contained in:
David Wilson 2019-07-22 21:06:35 +01:00
parent d411003b64
commit 8769c3ce24
1 changed files with 1 additions and 1 deletions

View File

@ -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(),