mirror of
https://github.com/postgres/postgres.git
synced 2026-04-01 23:36:06 -04:00
Add missing newline in message
This commit is contained in:
parent
fdf71389dd
commit
8cb545bfd4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue