Skip to content

Commit 4f90e0f

Browse files
committed
Remove extra newlines after PQerrorMessage()
1 parent af39c1d commit 4f90e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/pg_dumpall.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1907,7 +1907,7 @@ connectDatabase(const char *dbname, const char *connection_string,
19071907
if (fail_on_error)
19081908
{
19091909
fprintf(stderr,
1910-
_("%s: could not connect to database \"%s\": %s\n"),
1910+
_("%s: could not connect to database \"%s\": %s"),
19111911
progname, dbname, PQerrorMessage(conn));
19121912
exit_nicely(1);
19131913
}

0 commit comments

Comments
 (0)