From c757985640fd32c084bbee4bbd987a52d78912dc Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 19 Mar 2015 11:26:47 +0900 Subject: [PATCH] primary -> master For consistency --- dbutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbutils.c b/dbutils.c index 4e8c3fae..efdc753e 100644 --- a/dbutils.c +++ b/dbutils.c @@ -645,7 +645,7 @@ get_master_connection(PGconn *standby_conn, char *cluster, { PQclear(res2); PQclear(res1); - log_debug(_("get_master_connection(): current primary node is %i\n"), node_id); + log_debug(_("get_master_connection(): current master node is %i\n"), node_id); if(master_id != NULL) {