mirror of
https://github.com/postgres/postgres.git
synced 2025-06-01 00:01:20 -04:00
Fix missing newline at end of message
This commit is contained in:
parent
52b5c53ae8
commit
75f2171e6c
@ -92,7 +92,7 @@ cleanup_output_dirs(void)
|
||||
|
||||
default:
|
||||
/* different failure, just report it */
|
||||
pg_log(PG_WARNING, "could not access directory \"%s\": %m",
|
||||
pg_log(PG_WARNING, "could not access directory \"%s\": %m\n",
|
||||
log_opts.rootdir);
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user