From 5c59e8fc5b1c0a9adf593a821a00d41ee2e409ad Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 22 Oct 2015 13:13:01 +0900 Subject: [PATCH] Add missing space --- repmgrd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgrd.c b/repmgrd.c index b7ccd4be..710341a2 100644 --- a/repmgrd.c +++ b/repmgrd.c @@ -1284,7 +1284,7 @@ do_master_failover(void) res = PQexec(node_conn, sqlquery); if (PQresultStatus(res) != PGRES_TUPLES_OK) { - log_err(_("PQexec failed: %s.\nReport an invalid value to not" + log_err(_("PQexec failed: %s.\nReport an invalid value to not " "be considered as new master and exit.\n"), PQerrorMessage(node_conn)); PQclear(res);