From a2b5ba595ac410378d9b1a598c0b7d5003c3a16b Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 23 Jun 2016 09:47:35 +0900 Subject: [PATCH] repmgrd: reword log message for clarity --- repmgrd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgrd.c b/repmgrd.c index 06a99c18..5475d6c7 100644 --- a/repmgrd.c +++ b/repmgrd.c @@ -399,7 +399,7 @@ main(int argc, char **argv) case STANDBY: /* We need the node id of the master server as well as a connection to it */ - log_info(_("connecting to master node '%s'\n"), + log_info(_("connecting to master node of cluster '%s'\n"), local_options.cluster_name); master_conn = get_master_connection(my_local_conn,