msxml3: Silence urlmon query failures for IXMLDocument.

oldstable
Nikolay Sivov 2010-10-20 02:32:26 +04:00 committed by Alexandre Julliard
parent 657f64dd06
commit 514a5c091f
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ static HRESULT WINAPI bsc_QueryInterface(
return S_OK;
}
FIXME("interface %s not implemented\n", debugstr_guid(riid));
TRACE("interface %s not implemented\n", debugstr_guid(riid));
return E_NOINTERFACE;
}