Add missing newline in message

This commit is contained in:
Magnus Hagander 2016-12-15 16:45:31 +01:00
parent fdf71389dd
commit 8cb545bfd4

View 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);
}