Commit d318813a authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

msxml3: Silence invalid FIXME.

parent 57aa75f7
......@@ -69,7 +69,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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment