mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 15:16:29 +00:00
Fix log wording
This commit is contained in:
2
repmgr.c
2
repmgr.c
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user