msxml3: Silence invalid FIXME.

This commit is contained in:
Jacek Caban 2008-10-16 13:55:52 -05:00 committed by Alexandre Julliard
parent 57aa75f78f
commit d318813a5a
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}