mirror of
https://github.com/octoleo/lsyncd.git
synced 2025-01-22 14:48:29 +00:00
turned of 'error' message, happens continously and perfectly normal
This commit is contained in:
parent
26b4b65976
commit
062adc5f19
@ -1523,7 +1523,7 @@ local Inotifies = (function()
|
||||
-- lets the core registers watch with the kernel
|
||||
local wd = lsyncd.inotify.addwatch(path);
|
||||
if wd < 0 then
|
||||
log("Error","Failure adding watch ",path," -> ignored ")
|
||||
log("Inotify","Unable to add watch '",path,"'")
|
||||
return
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user