summaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/streamutil.c
diff options
context:
space:
mode:
authorPeter Eisentraut2012-07-02 18:12:46 +0000
committerPeter Eisentraut2012-07-02 18:12:46 +0000
commit2b44306315cf84479f735b12f78499616172dbb9 (patch)
tree96ae8a6b3c42cd1791b70f32fb6a0de93fceaac3 /src/bin/pg_basebackup/streamutil.c
parent41f4a0ab789463971add986dbc778d77ec5a0ef4 (diff)
Assorted message style improvements
Diffstat (limited to 'src/bin/pg_basebackup/streamutil.c')
-rw-r--r--src/bin/pg_basebackup/streamutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_basebackup/streamutil.c b/src/bin/pg_basebackup/streamutil.c
index 1b4a9d240b3..e5b3ee06c28 100644
--- a/src/bin/pg_basebackup/streamutil.c
+++ b/src/bin/pg_basebackup/streamutil.c
@@ -154,7 +154,7 @@ GetConnection(void)
if (PQstatus(tmpconn) != CONNECTION_OK)
{
- fprintf(stderr, _("%s: could not connect to server: %s\n"),
+ fprintf(stderr, _("%s: could not connect to server: %s"),
progname, PQerrorMessage(tmpconn));
return NULL;
}