Fix missing newline at end of message

pull/88/head
Peter Eisentraut 4 years ago
parent 52b5c53ae8
commit 75f2171e6c
  1. 2
      src/bin/pg_upgrade/util.c

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

Loading…
Cancel
Save