Modify log output to hint

This commit is contained in:
Ian Barwick
2015-12-18 17:24:04 +09:00
parent 2f4fd2b7fa
commit cfec04d19f

View File

@@ -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")
);