repmgrd: various minor logging improvements

This commit is contained in:
Ian Barwick
2019-03-13 11:27:17 +09:00
parent 1afb41647b
commit 573d027db6
2 changed files with 2 additions and 3 deletions

View File

@@ -1040,7 +1040,7 @@ monitor_streaming_standby(void)
if (PQstatus(upstream_conn) == CONNECTION_OK)
{
log_debug(" upstream node %i has recovered",
log_debug("upstream node %i has recovered",
upstream_node_info.node_id);
/* XXX check here if upstream is still primary */