mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
Restore the log event that the integration tests depend on
This commit is contained in:
parent
432aaa2904
commit
3b804d84bf
@ -1645,6 +1645,10 @@ class Downloader(QueueMixin, WriteFileMixin):
|
||||
while True:
|
||||
try:
|
||||
yield self._scan_remote_collective(scan_self=True)
|
||||
# The integration tests watch for this log message to
|
||||
# decide when it is safe to proceed. Clearly, we need
|
||||
# better programmatic interrogation of magic-folder state.
|
||||
print("Completed initial Magic Folder scan successfully ({})".format(self))
|
||||
self._begin_processing()
|
||||
return
|
||||
except Exception:
|
||||
|
Loading…
x
Reference in New Issue
Block a user