Commit 9701621f authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

cabinet: Be more verbose.

parent e1524883
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment