[3/3] msi: Add a trace to msi_get_property. Resend.

Dmitry Timoshkov dmitry at baikal.ru
Tue Oct 6 05:10:41 CDT 2015


msi_set_property already has a similar trace and this patch makes it easier
to see what is going on.

Signed-off-by: Dmitry Timoshkov <dmitry at baikal.ru>
---
 dlls/msi/package.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dlls/msi/package.c b/dlls/msi/package.c
index 7ab2b19..01d2e89 100644
--- a/dlls/msi/package.c
+++ b/dlls/msi/package.c
@@ -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)
-- 
2.6.0




More information about the wine-patches mailing list