Minor error message output tweak

This commit is contained in:
Ian Barwick
2020-03-23 16:30:00 +09:00
parent 12adb5e0d1
commit 06f0e5e94f

View File

@@ -403,9 +403,9 @@ do_standby_clone(void)
if (parse_success == false)
{
log_error(_("unable to parse conninfo string \"%s\" for upstream node:\n %s"),
recovery_conninfo_str, errmsg);
log_error(_("unable to parse conninfo string \"%s\" for upstream node"),
recovery_conninfo_str);
log_detail("%s", errmsg);
if (PQstatus(source_conn) == CONNECTION_OK)
PQfinish(source_conn);
exit(ERR_BAD_CONFIG);