mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +00:00
repmgr: consistent error message style
This commit is contained in:
2
repmgr.c
2
repmgr.c
@@ -6119,7 +6119,7 @@ do_witness_unregister(void)
|
|||||||
NULL, NULL);
|
NULL, NULL);
|
||||||
if (PQstatus(master_conn) != CONNECTION_OK)
|
if (PQstatus(master_conn) != CONNECTION_OK)
|
||||||
{
|
{
|
||||||
log_err(_("Unable to connect to master server\n"));
|
log_err(_("unable to connect to master server\n"));
|
||||||
exit(ERR_BAD_CONFIG);
|
exit(ERR_BAD_CONFIG);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user