Minor doc and log output tweaks

This commit is contained in:
Ian Barwick
2018-04-24 21:07:19 +09:00
parent afa942fef6
commit fa908432c8
2 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,8 @@
<title>repmgr overview</title>
<para>
This chapter provides a high-level overview of repmgr's components and functionality.
This chapter provides a high-level overview of &repmgr;'s components and
functionality.
</para>
<sect1 id="repmgr-concepts" xreflabel="Concepts">

View File

@@ -2142,7 +2142,7 @@ wait_primary_notification(int *new_primary_id)
return true;
}
log_verbose(LOG_DEBUG, "waiting for new primary notification, %i of max %i seconds",
log_verbose(LOG_DEBUG, "waiting for new primary notification, %i of max %i seconds (\"primary_notification_timeout\")",
i, config_file_options.primary_notification_timeout);
sleep(1);