Clarify error message

This commit is contained in:
Ian Barwick
2015-03-11 15:31:19 +09:00
parent fe1bd5fb91
commit c02d226d2f

View File

@@ -1638,7 +1638,7 @@ do_standby_follow(void)
if (master_conn == NULL)
{
log_err(_("there isn't a master to follow in this cluster\n"));
log_err(_("unable to determine new master node\n"));
PQfinish(conn);
exit(ERR_BAD_CONFIG);
}