From eb90f864c9e8e593fe1dfea33ecb0d47b295a745 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 5 Oct 2016 10:31:25 +0900 Subject: [PATCH] repmgr: consistent error message style --- repmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgr.c b/repmgr.c index e16e0e1d..85a83861 100644 --- a/repmgr.c +++ b/repmgr.c @@ -6119,7 +6119,7 @@ do_witness_unregister(void) NULL, NULL); if (PQstatus(master_conn) != CONNECTION_OK) { - log_err(_("Unable to connect to master server\n")); + log_err(_("unable to connect to master server\n")); exit(ERR_BAD_CONFIG); }