Commit 7f655802 authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

msi: Dump the database name in a FIXME.

parent 57a67ebc
...@@ -138,7 +138,7 @@ UINT MSI_OpenDatabaseW(LPCWSTR szDBPath, LPCWSTR szPersist, MSIDATABASE **pdb) ...@@ -138,7 +138,7 @@ UINT MSI_OpenDatabaseW(LPCWSTR szDBPath, LPCWSTR szPersist, MSIDATABASE **pdb)
if( FAILED( r ) || !stg ) 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; return ERROR_FUNCTION_FAILED;
} }
......
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