tell me what you're reading, too

This commit is contained in:
Jean-Paul Calderone 2019-03-12 18:55:14 -04:00
parent aed5c4604e
commit 9bac375c38

View File

@ -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: