Fix missing newline at end of message

This commit is contained in:
Peter Eisentraut 2022-06-23 22:40:52 +02:00
parent 52b5c53ae8
commit 75f2171e6c

View File

@ -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;
}