mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-28 16:58:53 +00:00
oh yea I think it's this
This commit is contained in:
parent
6458183df2
commit
47b60c0faa
@ -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)s: %(output)s",
|
msg(format="Received unhandled output on %(fd)s: %(output)s",
|
||||||
fd=childFD,
|
fd=childFD,
|
||||||
output=data,
|
output=data,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user