mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-28 09:26:29 +00:00
node rejoin: avoid outputting empty DETAIL message
This commit is contained in:
@@ -2008,6 +2008,8 @@ do_node_rejoin(void)
|
||||
if (success == false)
|
||||
{
|
||||
log_notice(_("NODE REJOIN failed"));
|
||||
|
||||
if (strlen(follow_output.data))
|
||||
log_detail("%s", follow_output.data);
|
||||
|
||||
create_event_notification(upstream_conn,
|
||||
|
||||
Reference in New Issue
Block a user