msxml3: Make failing Locator QI a warning.

This commit is contained in:
Nikolay Sivov 2012-04-19 10:55:17 +04:00 committed by Alexandre Julliard
parent 54df4811c6
commit 1554cbc4d7
1 changed files with 1 additions and 1 deletions

View File

@ -1941,7 +1941,7 @@ static HRESULT WINAPI isaxlocator_QueryInterface(ISAXLocator* iface, REFIID riid
}
else
{
FIXME("interface %s not implemented\n", debugstr_guid(riid));
WARN("interface %s not implemented\n", debugstr_guid(riid));
return E_NOINTERFACE;
}