mirror of
https://github.com/octoleo/lsyncd.git
synced 2025-01-07 17:14:03 +00:00
Merge pull request #238 from st63jun/fix-logging-msg
Fix logging message
This commit is contained in:
commit
6d69134971
@ -172,9 +172,9 @@ default.collect = function( agent, exitcode )
|
|||||||
end
|
end
|
||||||
else
|
else
|
||||||
if rc == 'ok' then
|
if rc == 'ok' then
|
||||||
log('Normal', 'Retrying ',agent.etype,' on ',agent.sourcePath,' = ',exitcode)
|
|
||||||
elseif rc == 'again' then
|
|
||||||
log('Normal', 'Finished ',agent.etype,' on ',agent.sourcePath,' = ',exitcode)
|
log('Normal', 'Finished ',agent.etype,' on ',agent.sourcePath,' = ',exitcode)
|
||||||
|
elseif rc == 'again' then
|
||||||
|
log('Normal', 'Retrying ',agent.etype,' on ',agent.sourcePath,' = ',exitcode)
|
||||||
elseif rc == 'die' then
|
elseif rc == 'die' then
|
||||||
log('Error', 'Failure with ',agent.etype,' on ',agent.sourcePath,' = ',exitcode)
|
log('Error', 'Failure with ',agent.etype,' on ',agent.sourcePath,' = ',exitcode)
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user