Skip to content

Commit 75f2171

Browse files
committed
Fix missing newline at end of message
1 parent 52b5c53 commit 75f2171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_upgrade/util.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ cleanup_output_dirs(void)
9292

9393
default:
9494
/* different failure, just report it */
95-
pg_log(PG_WARNING, "could not access directory \"%s\": %m",
95+
pg_log(PG_WARNING, "could not access directory \"%s\": %m\n",
9696
log_opts.rootdir);
9797
break;
9898
}

0 commit comments

Comments
 (0)