mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Add missing newline in message
This commit is contained in:
parent
fdf71389dd
commit
8cb545bfd4
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user