mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Message style improvements of errmsg_internal() calls
This commit is contained in:
@ -1432,7 +1432,7 @@ pg_SSPI_recvauth(Port *port)
|
||||
if (!LookupAccountSid(NULL, tokenuser->User.Sid, accountname, &accountnamesize,
|
||||
domainname, &domainnamesize, &accountnameuse))
|
||||
ereport(ERROR,
|
||||
(errmsg_internal("could not lookup acconut sid: error code %d",
|
||||
(errmsg_internal("could not look up account SID: error code %d",
|
||||
(int) GetLastError())));
|
||||
|
||||
free(tokenuser);
|
||||
|
Reference in New Issue
Block a user