mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Add missing newlines in log messages
This commit is contained in:
@@ -612,7 +612,7 @@ get_upstream_connection(PGconn *standby_conn, char *cluster, int node_id,
|
||||
|
||||
if (!PQntuples(res))
|
||||
{
|
||||
log_notice(_("no record found for upstream server"));
|
||||
log_notice(_("no record found for upstream server\n"));
|
||||
PQclear(res);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user