aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-connect.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2017-06-13 11:53:26 -0400
committerPeter Eisentraut <peter_e@gmx.net>2017-06-13 11:53:50 -0400
commit2e3fc7a7d322289c70f89199be0a5e899ec7d9b9 (patch)
tree063c42c8bd41c451e477661fa1b55e4b9ea51d45 /src/interfaces/libpq/fe-connect.c
parentee252f074b88e34ff7ac2b45a73d3cee12b1c671 (diff)
downloadpostgresql-2e3fc7a7d322289c70f89199be0a5e899ec7d9b9.tar.gz
postgresql-2e3fc7a7d322289c70f89199be0a5e899ec7d9b9.zip
libpq: Message style improvements
Diffstat (limited to 'src/interfaces/libpq/fe-connect.c')
-rw-r--r--src/interfaces/libpq/fe-connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq/fe-connect.c b/src/interfaces/libpq/fe-connect.c
index 7a339d67ef4..1069e001bca 100644
--- a/src/interfaces/libpq/fe-connect.c
+++ b/src/interfaces/libpq/fe-connect.c
@@ -3099,7 +3099,7 @@ keep_going: /* We will come back to here until there is
restoreErrorMessage(conn, &savedMessage);
appendPQExpBuffer(&conn->errorMessage,
libpq_gettext("test \"SHOW transaction_read_only\" failed "
- " on \"%s:%s\"\n"),
+ "on server \"%s:%s\"\n"),
conn->connhost[conn->whichhost].host,
conn->connhost[conn->whichhost].port);
conn->status = CONNECTION_OK;