We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b5c53 commit 75f2171Copy full SHA for 75f2171
src/bin/pg_upgrade/util.c
@@ -92,7 +92,7 @@ cleanup_output_dirs(void)
92
93
default:
94
/* different failure, just report it */
95
- pg_log(PG_WARNING, "could not access directory \"%s\": %m",
+ pg_log(PG_WARNING, "could not access directory \"%s\": %m\n",
96
log_opts.rootdir);
97
break;
98
}
0 commit comments