mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +00:00
Add some debugging output
This commit is contained in:
@@ -619,7 +619,10 @@ standby_monitor(void)
|
||||
}
|
||||
else
|
||||
{
|
||||
log_err(_("We haven't found a new master, waiting before retry...\n"));
|
||||
log_err(
|
||||
_("We haven't found a new master, waiting %s seconds before retry...\n"),
|
||||
local_options.retry_promote_interval_secs
|
||||
);
|
||||
|
||||
/*
|
||||
* wait local_options.retry_promote_interval_secs minutes
|
||||
|
||||
Reference in New Issue
Block a user