From b5ff2ec120387ca8b53e00c4a5457082671a638a Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 30 May 2019 16:08:04 +0900 Subject: [PATCH] repmgrd: update log text --- repmgrd-physical.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgrd-physical.c b/repmgrd-physical.c index 7abe4ebb..731368bc 100644 --- a/repmgrd-physical.c +++ b/repmgrd-physical.c @@ -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);