mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Standardize on "ID: %i" when logging node IDs
Previously there was a mix of "id:", "node id:", "node ID:" and "node_id:".
This commit is contained in:
@@ -2222,7 +2222,7 @@ do_node_rejoin(void)
|
||||
{
|
||||
RecoveryType upstream_recovery_type = get_recovery_type(upstream_conn);
|
||||
|
||||
log_error(_("unable to connect to current registered primary \"%s\" (node ID: %i)"),
|
||||
log_error(_("unable to connect to current registered primary \"%s\" (ID: %i)"),
|
||||
primary_node_record.node_name,
|
||||
primary_node_record.node_id);
|
||||
log_detail(_("registered primary node conninfo is: \"%s\""),
|
||||
|
||||
Reference in New Issue
Block a user