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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy