From b4674a3c2b9cde2c2c24dee38475290ac2e6ec6e Mon Sep 17 00:00:00 2001 From: Hans Leidekker Date: Mon, 14 Jun 2010 14:21:12 +0200 Subject: [PATCH] msi: Don't trace the contents of an output buffer. --- dlls/msi/msi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msi/msi.c b/dlls/msi/msi.c index def6a0044b8..3e6a556b3e4 100644 --- a/dlls/msi/msi.c +++ b/dlls/msi/msi.c @@ -825,7 +825,7 @@ UINT WINAPI MsiGetProductCodeA(LPCSTR szComponent, LPSTR szBuffer) UINT r; WCHAR szwBuffer[GUID_SIZE]; - TRACE("%s %s\n",debugstr_a(szComponent), debugstr_a(szBuffer)); + TRACE("%s %p\n", debugstr_a(szComponent), szBuffer); if( szComponent ) { -- 2.11.4.GIT