From 8cb545bfd485e91fdd981e0381f82077ebfd9f82 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Thu, 15 Dec 2016 16:45:31 +0100 Subject: [PATCH] Add missing newline in message --- src/bin/pg_basebackup/pg_basebackup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_basebackup/pg_basebackup.c b/src/bin/pg_basebackup/pg_basebackup.c index e2875df633..f7ba9a95cf 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); } -- 2.40.0