mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-11-10 15:20:58 +00:00
fixing log message
This commit is contained in:
parent
fc70d4c3ed
commit
331d472d41
@ -352,7 +352,7 @@ local Combiner = (function()
|
||||
d2.path :byte(-1) == 47 and string.starts(d1.path, d2.path) or
|
||||
d2.path2:byte(-1) == 47 and string.starts(d1.path, d2.path2)
|
||||
then
|
||||
log("Delay","Move:",d2.path,"->",d1.path2,
|
||||
log("Delay","Move:",d2.path,"->",d2.path2,
|
||||
"splitted by ",d1.etype,":",d1.path)
|
||||
return "split"
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user