[1/4] msi: Improve a trace.

Hans Leidekker hans at codeweavers.com
Tue Sep 15 02:27:40 CDT 2009


diff --git a/dlls/msi/custom.c b/dlls/msi/custom.c
index 3476f0d..cbbcde5 100644
--- a/dlls/msi/custom.c
+++ b/dlls/msi/custom.c
@@ -679,7 +679,7 @@ static DWORD ACTION_CallDllFunction( const GUID *guid )
     hModule = LoadLibraryW( dll );
     if (!hModule)
     {
-        ERR("failed to load dll %s\n", debugstr_w( dll ) );
+        ERR("failed to load dll %s (%u)\n", debugstr_w( dll ), GetLastError() );
         return r;
     }
 



More information about the wine-patches mailing list