primary -> master

For consistency
This commit is contained in:
Ian Barwick
2015-03-19 11:26:47 +09:00
parent 172a3d90cf
commit c757985640

View File

@@ -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)
{