mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 10:01:54 +00:00
SFTP: fix bug in previous logging patch.
This commit is contained in:
parent
3395a7e154
commit
c4a8af4d27
@ -1092,7 +1092,7 @@ class SFTPUserHandler(ConchUser, PrefixingLogMixin):
|
||||
if f is not ignore:
|
||||
def _sync(ign):
|
||||
if noisy: self.log("_sync %r in %r" % (f, request), level=NOISY)
|
||||
f.sync()
|
||||
return f.sync()
|
||||
d.addBoth(_sync)
|
||||
|
||||
def _done(ign):
|
||||
|
Loading…
x
Reference in New Issue
Block a user