[PATCH] msi: Dump the Database-Name in a FIXME

Detlef Riekenberg wine.dev at web.de
Tue Oct 2 17:33:13 CDT 2007


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

diff --git a/dlls/msi/database.c b/dlls/msi/database.c
index 7adb362..d0f0097 100644
--- a/dlls/msi/database.c
+++ b/dlls/msi/database.c
@@ -138,7 +138,7 @@ UINT MSI_OpenDatabaseW(LPCWSTR szDBPath,
 
     if( FAILED( r ) || !stg )
     {
-        FIXME("open failed r = %08x!\n",r);
+        FIXME("open failed r = %08x for %s\n", r, debugstr_w(szDBPath));
         return ERROR_FUNCTION_FAILED;
     }
 
-- 
1.4.1


--=-T1Y12xzCOSIqStV6fbzY--




More information about the wine-patches mailing list