summaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/pg_basebackup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_basebackup/pg_basebackup.c')
-rw-r--r--src/bin/pg_basebackup/pg_basebackup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_basebackup/pg_basebackup.c b/src/bin/pg_basebackup/pg_basebackup.c
index 0a336143466..1ad2bd26cb4 100644
--- a/src/bin/pg_basebackup/pg_basebackup.c
+++ b/src/bin/pg_basebackup/pg_basebackup.c
@@ -2223,7 +2223,7 @@ main(int argc, char **argv)
exit(1);
}
#else
- fprintf(stderr, _("%s: symlinks are not supported on this platform"));
+ fprintf(stderr, _("%s: symlinks are not supported on this platform\n"));
exit(1);
#endif
free(linkloc);