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