diff options
Diffstat (limited to 'script/filewatch.lua')
-rw-r--r-- | script/filewatch.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/filewatch.lua b/script/filewatch.lua index 81e0dab9..ecc72255 100644 --- a/script/filewatch.lua +++ b/script/filewatch.lua @@ -69,6 +69,7 @@ function m.update() if not ev then break end + log.debug('filewatch:', ev, path) if not collect then collect = {} end |