Improve bat helpers / minor changes to logging and todo messages

This commit is contained in:
ljacqu
2016-07-02 08:38:23 +02:00
parent 73a9b5ce0c
commit 1f35ccd841
6 changed files with 10 additions and 6 deletions
@@ -76,7 +76,7 @@ public class PurgeService implements Reloadable {
if (!settings.getProperty(PurgeSettings.USE_AUTO_PURGE)) {
return;
} else if (daysBeforePurge <= 0) {
ConsoleLogger.showError("Configured days before purging must be positive");
ConsoleLogger.showError("Did not run auto purge: configured days before purging must be positive");
return;
}