mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Add missing newlines in error messages
This commit is contained in:
@ -1333,7 +1333,7 @@ connectOptions2(PGconn *conn)
|
||||
{
|
||||
conn->status = CONNECTION_BAD;
|
||||
printfPQExpBuffer(&conn->errorMessage,
|
||||
libpq_gettext("invalid SSL protocol version range"));
|
||||
libpq_gettext("invalid SSL protocol version range\n"));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user