From 8769c3ce240f482c00b36222309b909e9c2a1c99 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 22 Jul 2019 21:06:35 +0100 Subject: [PATCH] [stream-refactor] more readable log string format --- mitogen/parent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitogen/parent.py b/mitogen/parent.py index c5d534b2..363d53d0 100644 --- a/mitogen/parent.py +++ b/mitogen/parent.py @@ -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(),