Add missing space

This commit is contained in:
Ian Barwick
2015-10-22 13:13:01 +09:00
parent eba0b6bb1e
commit 5c59e8fc5b

View File

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