msi: Add a trace to msi_get_property.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
This commit is contained in:
parent
42caac841e
commit
6b9a87c7a8
|
@ -2125,6 +2125,8 @@ UINT msi_get_property( MSIDATABASE *db, LPCWSTR szName,
|
|||
MSIRECORD *row;
|
||||
UINT rc = ERROR_FUNCTION_FAILED;
|
||||
|
||||
TRACE("%p %s %p %p\n", db, debugstr_w(szName), szValueBuf, pchValueBuf);
|
||||
|
||||
row = msi_get_property_row( db, szName );
|
||||
|
||||
if (*pchValueBuf > 0)
|
||||
|
|
Loading…
Reference in New Issue