cabinet: Be more verbose.
This commit is contained in:
parent
e1524883c1
commit
9701621f0f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue