aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2016-12-15 16:45:31 +0100
committerMagnus Hagander <magnus@hagander.net>2016-12-15 16:45:31 +0100
commit8cb545bfd485e91fdd981e0381f82077ebfd9f82 (patch)
tree1abc26ad108d19dc9e29d78c447eee15252b39c6 /src
parentfdf71389dd5da949cb305ace9a0347d50ef0f020 (diff)
downloadpostgresql-8cb545bfd485e91fdd981e0381f82077ebfd9f82.tar.gz
postgresql-8cb545bfd485e91fdd981e0381f82077ebfd9f82.zip
Add missing newline in message
Diffstat (limited to 'src')
-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 e2875df6334..f7ba9a95cf7 100644
--- a/src/bin/pg_basebackup/pg_basebackup.c
+++ b/src/bin/pg_basebackup/pg_basebackup.c
@@ -192,7 +192,7 @@ cleanup_directories_atexit(void)
if (made_tablespace_dirs || found_tablespace_dirs)
fprintf(stderr,
- _("%s: changes to tablespace directories will not be undone"),
+ _("%s: changes to tablespace directories will not be undone\n"),
progname);
}