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 e7c2939c52346c346deaf65ffe83f08c6243afec..0470401aea05afff1160256d0770bcd487ba1493 100644 (file)
@@ -2208,7 +2208,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);