mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-02 17:20:50 +00:00
maybe it's this
This commit is contained in:
parent
50e033f263
commit
6458183df2
@ -91,7 +91,7 @@ class _ProcessProtocolAdapter(ProcessProtocol, object):
|
|||||||
try:
|
try:
|
||||||
proto = self._fds[childFD]
|
proto = self._fds[childFD]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
msg("Received unhandled output on {fd}: {output}",
|
msg("Received unhandled output on %(fd)s: %(output)s",
|
||||||
fd=childFD,
|
fd=childFD,
|
||||||
output=data,
|
output=data,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user