From 2b44306315cf84479f735b12f78499616172dbb9 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 2 Jul 2012 21:12:46 +0300 Subject: Assorted message style improvements --- src/bin/pg_basebackup/streamutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/pg_basebackup/streamutil.c') 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; } -- cgit v1.2.3