From b07ea863d22e9a21f71e4bc4027f67b2c9d2d5ee Mon Sep 17 00:00:00 2001 From: Hans Leidekker Date: Wed, 17 Nov 2010 10:57:21 +0100 Subject: [PATCH] msi: Trace the reinstall mode in hex in MsiReinstallFeatureW. --- dlls/msi/msi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/msi/msi.c b/dlls/msi/msi.c index dcd8e8eeac8..b4a41429d03 100644 --- a/dlls/msi/msi.c +++ b/dlls/msi/msi.c @@ -3541,8 +3541,8 @@ UINT WINAPI MsiReinstallFeatureW( LPCWSTR szProduct, LPCWSTR szFeature, LPWSTR ptr; DWORD sz; - FIXME("%s %s %i\n", debugstr_w(szProduct), debugstr_w(szFeature), - dwReinstallMode); + FIXME("%s %s 0x%08x\n", + debugstr_w(szProduct), debugstr_w(szFeature), dwReinstallMode); ptr = reinstallmode; -- 2.11.4.GIT