msi: Don't trace the contents of an output buffer.

This commit is contained in:
Hans Leidekker 2010-06-14 14:21:12 +02:00 committed by Alexandre Julliard
parent e7d8fd126b
commit b4674a3c2b
1 changed files with 1 additions and 1 deletions

View File

@ -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 )
{