mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 03:14:21 +00:00
Put some Eliot messages in the info processing loop
This commit is contained in:
parent
8fa6c66c2f
commit
101c3cf1c5
@ -313,8 +313,16 @@ class INotify(PollMixin):
|
||||
# print info
|
||||
path = self._path.preauthChild(info.filename) # FilePath with Unicode path
|
||||
if info.action == FILE_ACTION_MODIFIED and path.isdir():
|
||||
# print "Filtering out %r" % (info,)
|
||||
Message.log(
|
||||
message_type=u"filtering-out",
|
||||
info=repr(info),
|
||||
)
|
||||
continue
|
||||
else:
|
||||
Message.log(
|
||||
message_type=u"processing",
|
||||
info=repr(info),
|
||||
)
|
||||
#mask = _action_to_inotify_mask.get(info.action, IN_CHANGED)
|
||||
|
||||
@log_call(
|
||||
|
Loading…
x
Reference in New Issue
Block a user