From: Magnus Hagander Date: Thu, 15 Dec 2016 15:45:31 +0000 (+0100) Subject: Add missing newline in message X-Git-Tag: REL_10_BETA1~1252 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8cb545bfd485e91fdd981e0381f82077ebfd9f82;p=postgresql Add missing newline in message --- 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); }