From 2eb242553ab28f83f5ed4949ff81496d2dbc7d7b Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 27 Feb 2015 09:57:18 +0900 Subject: [PATCH] Fix log message --- repmgr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/repmgr.c b/repmgr.c index 216ff044..a8bf0998 100644 --- a/repmgr.c +++ b/repmgr.c @@ -2660,8 +2660,7 @@ check_upstream_config(PGconn *conn, int server_version_num, bool exit_on_error) { if (i == 0) { - log_err(_("%s needs parameter 'max_replication_slots' must be set to at least 1 to enable replication slots\n"), - progname); + log_err(_("parameter 'max_replication_slots' must be set to at least 1 to enable replication slots\n")); if(exit_on_error == true) {