mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
Add missing newline in message
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user