mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
repmgrd: update log text
This commit is contained in:
@@ -1003,7 +1003,7 @@ check_primary_child_nodes(t_child_node_info_list *local_child_nodes)
|
||||
PQExpBufferData event_details;
|
||||
initPQExpBuffer(&event_details);
|
||||
appendPQExpBuffer(&event_details,
|
||||
_("new node %s \"%s\" (ID: %i) has connected"),
|
||||
_("new %s \"%s\" (ID: %i) has connected"),
|
||||
get_node_type_string(child_node_rec->type),
|
||||
child_node_rec->node_name,
|
||||
child_node_rec->node_id);
|
||||
|
||||
Reference in New Issue
Block a user