1
0
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:
Peter Eisentraut
2011-07-05 22:56:55 +03:00
parent 3b3152853a
commit 9a0bdc8db5
7 changed files with 22 additions and 22 deletions

View File

@ -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);