]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
add missing newline
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 15 Dec 2014 19:49:41 +0000 (16:49 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 15 Dec 2014 19:49:41 +0000 (16:49 -0300)
src/bin/pg_basebackup/pg_basebackup.c

index 0a336143466b77d2b0bf62f9c437277acfe2526d..1ad2bd26cb47a4b9ef55e6ad44cb2359c2867fbc 100644 (file)
@@ -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);