mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +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)
|
if (made_tablespace_dirs || found_tablespace_dirs)
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
_("%s: changes to tablespace directories will not be undone"),
|
_("%s: changes to tablespace directories will not be undone\n"),
|
||||||
progname);
|
progname);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user