mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Message string improvements
This commit is contained in:
@ -694,7 +694,7 @@ verify_peer_name_matches_certificate(PGconn *conn)
|
||||
else
|
||||
{
|
||||
printfPQExpBuffer(&conn->errorMessage,
|
||||
libpq_gettext("could not get server's hostname from server certificate\n"));
|
||||
libpq_gettext("could not get server's host name from server certificate\n"));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user