Fix log wording

This commit is contained in:
Ian Barwick
2015-11-05 15:42:07 +09:00
parent 66a6c15773
commit 5f8185ef3a

View File

@@ -732,7 +732,7 @@ do_cluster_cleanup(void)
if (runtime_options.keep_history > 0)
{
log_info(_("cluster cleanup: monitoring older than %i day(s) deleted\n"), runtime_options.keep_history);
log_info(_("cluster cleanup: monitoring records older than %i day(s) deleted\n"), runtime_options.keep_history);
}
else
{