mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 05:43:03 +00:00
SFTP: avoid logging all data passed to callbacks.
This commit is contained in:
parent
819eaa74c1
commit
d8b096a054
@ -62,7 +62,7 @@ if noisy:
|
||||
s = traceback.format_stack()
|
||||
def _cb(res):
|
||||
try:
|
||||
if noisy: logmsg("CALLBACK %r %r" % (d, res), level=NOISY)
|
||||
if noisy: logmsg("CALLBACK %r" % (d,), level=NOISY)
|
||||
d.callback(res)
|
||||
except: # pragma: no cover
|
||||
logerr("Failed to callback %r with %r\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user