]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix missing newline at end of message
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 23 Jun 2022 20:40:52 +0000 (22:40 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 23 Jun 2022 20:53:24 +0000 (22:53 +0200)
src/bin/pg_upgrade/util.c

index f25e14c321472629ed6e31d87f7a032e87a32a94..d0c4bd10f70b3dcffcf84e57d73ef817bb80268b 100644 (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;
        }