mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
Clarify error message
This commit is contained in:
2
repmgr.c
2
repmgr.c
@@ -1638,7 +1638,7 @@ do_standby_follow(void)
|
|||||||
|
|
||||||
if (master_conn == NULL)
|
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);
|
PQfinish(conn);
|
||||||
exit(ERR_BAD_CONFIG);
|
exit(ERR_BAD_CONFIG);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user