Detlef Riekenberg : msi: Dump the database name in a FIXME.

Alexandre Julliard julliard at winehq.org
Thu Oct 4 06:21:01 CDT 2007


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

Author: Detlef Riekenberg <wine.dev at web.de>
Date:   Wed Oct  3 00:33:13 2007 +0200

msi: Dump the database name in a FIXME.

---

 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, LPCWSTR szPersist, MSIDATABASE **pdb)
 
     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;
     }
 




More information about the wine-cvs mailing list