André Hentschel : cabinet: Be more verbose.

Alexandre Julliard julliard at winehq.org
Tue Mar 29 11:43:02 CDT 2011


Module: wine
Branch: master
Commit: 9701621f0ff6ed5089780e70efb8e8c5a3667f72
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9701621f0ff6ed5089780e70efb8e8c5a3667f72

Author: André Hentschel <nerv at dawncrow.de>
Date:   Mon Mar 21 22:41:00 2011 +0100

cabinet: Be more verbose.

---

 dlls/cabinet/fdi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/cabinet/fdi.c b/dlls/cabinet/fdi.c
index 5fc22cd..a004c1d 100644
--- a/dlls/cabinet/fdi.c
+++ b/dlls/cabinet/fdi.c
@@ -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;




More information about the wine-cvs mailing list