fusion: Don't trace contents of an out parameter.

oldstable
Hans Leidekker 2009-02-19 14:04:58 +01:00 committed by Alexandre Julliard
parent f6bfbfb6df
commit b386e3ad74
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ static HRESULT WINAPI IAssemblyNameImpl_GetDisplayName(IAssemblyName *iface,
{
IAssemblyNameImpl *name = (IAssemblyNameImpl *)iface;
TRACE("(%p, %s, %p, %d)\n", iface, debugstr_w(szDisplayName),
TRACE("(%p, %p, %p, %d)\n", iface, szDisplayName,
pccDisplayName, dwDisplayFlags);
if (!name->displayname || !*name->displayname)