Added a predictable log entry to signal that a command has completed successfully.

For example a backup ends successfully with: INFO: backup command end: completed successfully.
This commit is contained in:
David Steele
2016-12-04 14:44:53 -05:00
parent f823a25ac2
commit 817592837c
36 changed files with 1562 additions and 1549 deletions
-3
View File
@@ -113,9 +113,6 @@ local $EVAL_ERROR = undef; eval
exitSafe($oLocal->process());
}
# Log the command start
commandStart();
# Check that the repo path exists
if (isRepoLocal() && !-e optionGet(OPTION_REPO_PATH))
{