mirror of
https://github.com/postgres/postgres.git
synced 2026-06-04 06:16:57 -04:00
Remove extra newlines after PQerrorMessage()
This commit is contained in:
parent
af39c1da7d
commit
4f90e0ffe7
1 changed files with 1 additions and 1 deletions
|
|
@ -1907,7 +1907,7 @@ connectDatabase(const char *dbname, const char *connection_string,
|
|||
if (fail_on_error)
|
||||
{
|
||||
fprintf(stderr,
|
||||
_("%s: could not connect to database \"%s\": %s\n"),
|
||||
_("%s: could not connect to database \"%s\": %s"),
|
||||
progname, dbname, PQerrorMessage(conn));
|
||||
exit_nicely(1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue