mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 08:56:29 +00:00
Reword notice to make more sense in log output context
This commit is contained in:
@@ -1609,7 +1609,7 @@ set_local_node_failed(void)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
log_notice(_("Local node %i marked as inactive on primary\n"), node_info.node_id);
|
log_notice(_("Marking this node (%i) as inactive on primary\n"), node_info.node_id);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user