From cfec04d19f3a35cb318c0cee1b4f7d03a12e2269 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 18 Dec 2015 17:24:04 +0900 Subject: [PATCH] Modify log output to hint --- repmgrd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgrd.c b/repmgrd.c index 41af6d4c..d112de6b 100644 --- a/repmgrd.c +++ b/repmgrd.c @@ -1334,7 +1334,7 @@ do_master_failover(void) log_crit( _("unable to obtain LSN from node %i"), nodes[i].node_id ); - log_info( + log_hint( _("please check that 'shared_preload_libraries=repmgr_funcs' is set in postgresql.conf\n") );