mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
repmgrd: various minor logging improvements
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user