]> granicus.if.org Git - postgresql/commitdiff
Add missing newline in message
authorMagnus Hagander <magnus@hagander.net>
Thu, 15 Dec 2016 15:45:31 +0000 (16:45 +0100)
committerMagnus Hagander <magnus@hagander.net>
Thu, 15 Dec 2016 15:45:31 +0000 (16:45 +0100)
src/bin/pg_basebackup/pg_basebackup.c

index e2875df6334aae30cc54478e6e52e4ef62fb434d..f7ba9a95cf728ddebcb73921986c60488a9b6c4c 100644 (file)
@@ -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);
 }