diff --git a/repmgrd.c b/repmgrd.c index c883821e..19a4a2de 100644 --- a/repmgrd.c +++ b/repmgrd.c @@ -231,7 +231,10 @@ MonitorExecute(void) } else { - log_notice(_("Connection to master has been restored, continue monitoring.")); + if (connection_retries > 0) + { + log_notice(_("Connection to master has been restored, continue monitoring.")); + } break; } }