mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-28 08:48: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:
|
||||
proto = self._fds[childFD]
|
||||
except KeyError:
|
||||
msg("Received unhandled output on %(fd)s: %(output)s",
|
||||
msg(format="Received unhandled output on %(fd)s: %(output)s",
|
||||
fd=childFD,
|
||||
output=data,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user