crypt32: Trace the returned value on failure.

This commit is contained in:
James Hawkins 2008-09-08 00:50:23 -05:00 committed by Alexandre Julliard
parent f4c8a0fadd
commit 8733ec8326
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ static void testAddCTLToStore(void)
ok(!ret &&
(GetLastError() == CRYPT_E_EXISTS ||
GetLastError() == CRYPT_E_NOT_FOUND), /* win9x */
"expected CRYPT_E_EXISTS, got %08x\n", GetLastError());
"expected CRYPT_E_EXISTS, got %d %08x\n", ret, GetLastError());
CertCloseStore(store, 0);
store = CertOpenStore(CERT_STORE_PROV_MEMORY, 0, 0,