turned of 'error' message, happens continously and perfectly normal

This commit is contained in:
Axel Kittenberger 2010-11-24 19:29:03 +00:00
parent 26b4b65976
commit 062adc5f19
1 changed files with 1 additions and 1 deletions

View File

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