mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
Message style fixes
This commit is contained in:
@ -2859,7 +2859,7 @@ CheckCertAuth(Port *port)
|
||||
if (port->hba->clientcert == clientCertFull && port->hba->auth_method != uaCert)
|
||||
{
|
||||
ereport(LOG,
|
||||
(errmsg("certificate validation (clientcert=verify-full) failed for user \"%s\": cn mismatch",
|
||||
(errmsg("certificate validation (clientcert=verify-full) failed for user \"%s\": CN mismatch",
|
||||
port->user_name)));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user