msxml3: Remove "stub" from traces.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2019-11-05 14:34:18 +03:00 committed by Alexandre Julliard
parent 4fe18052c5
commit be89f93687

View file

@ -224,7 +224,7 @@ static HRESULT WINAPI parseError_get_line(
{
parse_error_t *This = impl_from_IXMLDOMParseError2( iface );
TRACE("(%p)->(%p): stub\n", This, line);
TRACE("%p, %p.\n", This, line);
if (!line) return E_INVALIDARG;