mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
Minor error message output tweak
This commit is contained in:
@@ -403,9 +403,9 @@ do_standby_clone(void)
|
|||||||
|
|
||||||
if (parse_success == false)
|
if (parse_success == false)
|
||||||
{
|
{
|
||||||
log_error(_("unable to parse conninfo string \"%s\" for upstream node:\n %s"),
|
log_error(_("unable to parse conninfo string \"%s\" for upstream node"),
|
||||||
recovery_conninfo_str, errmsg);
|
recovery_conninfo_str);
|
||||||
|
log_detail("%s", errmsg);
|
||||||
if (PQstatus(source_conn) == CONNECTION_OK)
|
if (PQstatus(source_conn) == CONNECTION_OK)
|
||||||
PQfinish(source_conn);
|
PQfinish(source_conn);
|
||||||
exit(ERR_BAD_CONFIG);
|
exit(ERR_BAD_CONFIG);
|
||||||
|
|||||||
Reference in New Issue
Block a user