msi: Dump the database name in a FIXME.

This commit is contained in:
Detlef Riekenberg 2007-10-03 00:33:13 +02:00 committed by Alexandre Julliard
parent 57a67ebcce
commit 7f655802a3
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }