From 2133e1097e67a132ee1625571671edc7fd11b6eb Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 8 Dec 2020 13:14:45 +0900 Subject: [PATCH] standby switchover: remove extraneous space in log message --- repmgr-action-standby.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgr-action-standby.c b/repmgr-action-standby.c index 1f3e42e8..c0fd7856 100644 --- a/repmgr-action-standby.c +++ b/repmgr-action-standby.c @@ -5353,7 +5353,7 @@ do_standby_switchover(void) break; case JOIN_SUCCESS: appendPQExpBuffer(&event_details, - _("node \"%s\" (ID: %i) promoted to primary, node \"%s\" (ID: %i) demoted to standby"), + _("node \"%s\" (ID: %i) promoted to primary, node \"%s\" (ID: %i) demoted to standby"), config_file_options.node_name, config_file_options.node_id, remote_node_record.node_name,