mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-12 07:52:38 +00:00
Debug prints in Windows inotify emulation.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
e845f7ff65
commit
874b4cf343
@ -268,8 +268,10 @@ class INotify(PollMixin):
|
|||||||
|
|
||||||
if self._check_stop(): return
|
if self._check_stop(): return
|
||||||
for info in fni:
|
for info in fni:
|
||||||
|
print info
|
||||||
path = self._path.preauthChild(info.filename) # FilePath with Unicode path
|
path = self._path.preauthChild(info.filename) # FilePath with Unicode path
|
||||||
if info.action == FILE_ACTION_MODIFIED and path.isdir():
|
if info.action == FILE_ACTION_MODIFIED and path.isdir():
|
||||||
|
print "Filtering out %r" % (info,)
|
||||||
continue
|
continue
|
||||||
#mask = _action_to_inotify_mask.get(info.action, IN_CHANGED)
|
#mask = _action_to_inotify_mask.get(info.action, IN_CHANGED)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user