fixing log message

This commit is contained in:
Axel Kittenberger 2010-11-28 23:41:36 +00:00
parent fc70d4c3ed
commit 331d472d41

View File

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