From b7b0314b80e90130b27e9f5ee4e45778e4cccf09 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 22 Dec 2018 07:21:40 +0100 Subject: Fix ancient compiler warnings and typos in !HAVE_SYMLINK code This has never been correct since this code was introduced. --- src/bin/pg_basebackup/pg_basebackup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/pg_basebackup/pg_basebackup.c') diff --git a/src/bin/pg_basebackup/pg_basebackup.c b/src/bin/pg_basebackup/pg_basebackup.c index 7d6c45b55da..d8cd342ae8a 100644 --- a/src/bin/pg_basebackup/pg_basebackup.c +++ b/src/bin/pg_basebackup/pg_basebackup.c @@ -2248,7 +2248,7 @@ main(int argc, char **argv) exit(1); } #else - fprintf(stderr, _("%s: symlinks are not supported on this platform\n")); + fprintf(stderr, _("%s: symlinks are not supported on this platform\n"), progname); exit(1); #endif free(linkloc); -- cgit v1.2.3