Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Reword "process again housekeeping" log message #542

Merged
merged 1 commit into from
Jun 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/helpers/housekeeping.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def execute_housekeeping(self):
# should be processed!
settings.process_configuration_files()

logging.logger.info("housekeeping - changes detected, process again housekeeping")
logging.logger.info("housekeeping - changes detected in configuration file, reprocessing")
self.remove_all_whitelisted_outliers()

def update_analyzer_list(self, list_analyzer):
Expand Down