msxml3: Properly trace variant value.

oldstable
Nikolay Sivov 2013-05-31 06:59:32 +04:00 committed by Alexandre Julliard
parent e21af554b5
commit facc14ead9
1 changed files with 1 additions and 1 deletions

View File

@ -2997,7 +2997,7 @@ static HRESULT WINAPI domdoc_setProperty(
lstrcmpiW(p, PropertyResolveExternalsW) == 0)
{
/* Ignore */
FIXME("Ignoring property %s, value %d\n", debugstr_w(p), V_BOOL(&value));
FIXME("Ignoring property %s, value %s\n", debugstr_w(p), debugstr_variant(&value));
return S_OK;
}