Remove extra newlines after PQerrorMessage()
This commit is contained in:
parent
af39c1da7d
commit
4f90e0ffe7
@ -1907,7 +1907,7 @@ connectDatabase(const char *dbname, const char *connection_string,
|
|||||||
if (fail_on_error)
|
if (fail_on_error)
|
||||||
{
|
{
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
_("%s: could not connect to database \"%s\": %s\n"),
|
_("%s: could not connect to database \"%s\": %s"),
|
||||||
progname, dbname, PQerrorMessage(conn));
|
progname, dbname, PQerrorMessage(conn));
|
||||||
exit_nicely(1);
|
exit_nicely(1);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user