mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
tell me what you're reading, too
This commit is contained in:
parent
aed5c4604e
commit
9bac375c38
@ -272,6 +272,12 @@ class INotify(PollMixin):
|
||||
|
||||
while True:
|
||||
self._state = STARTED
|
||||
Message.log(
|
||||
message_type=u"read-changes",
|
||||
directory=self._path.path,
|
||||
recursive=self._recursive,
|
||||
filter=self._filter,
|
||||
)
|
||||
try:
|
||||
fni.read_changes(self._hDirectory, self._recursive, self._filter)
|
||||
except WindowsError as e:
|
||||
|
Loading…
x
Reference in New Issue
Block a user