From fa908432c8b0d17555ed78cc867539a0e7c6d985 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 24 Apr 2018 21:07:19 +0900 Subject: [PATCH] Minor doc and log output tweaks --- doc/overview.sgml | 3 ++- repmgrd-physical.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/overview.sgml b/doc/overview.sgml index 50fc94de..a66a9da6 100644 --- a/doc/overview.sgml +++ b/doc/overview.sgml @@ -2,7 +2,8 @@ repmgr overview - 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. diff --git a/repmgrd-physical.c b/repmgrd-physical.c index 2f0ff58c..e8db03f4 100644 --- a/repmgrd-physical.c +++ b/repmgrd-physical.c @@ -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);