cabinet: Be more verbose.

oldstable
André Hentschel 2011-03-21 22:41:00 +01:00 committed by Alexandre Julliard
parent e1524883c1
commit 9701621f0f
1 changed files with 1 additions and 1 deletions

View File

@ -2533,7 +2533,7 @@ BOOL __cdecl FDICopy(
/* check if it's really a cabfile. Note that this doesn't implement the bug */
if (!FDI_read_entries(fdi, cabhf, &fdici, &(CAB(mii)))) {
ERR("FDIIsCabinet failed.\n");
ERR("FDIIsCabinet failed: %u.\n", fdi->perf->erfOper);
fdi->free(decomp_state);
fdi->close(cabhf);
return FALSE;