webservices: Don't trace output parameters in WsReadQualifiedName.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Hans Leidekker 2017-05-10 14:26:16 +02:00 committed by Alexandre Julliard
parent 350cf6654e
commit f541c82612
1 changed files with 1 additions and 2 deletions

View File

@ -2214,8 +2214,7 @@ HRESULT WINAPI WsReadQualifiedName( WS_XML_READER *handle, WS_HEAP *heap, WS_XML
struct reader *reader = (struct reader *)handle;
HRESULT hr;
TRACE( "%p %p %s %s %s %p\n", handle, heap, debugstr_xmlstr(prefix), debugstr_xmlstr(localname),
debugstr_xmlstr(ns), error );
TRACE( "%p %p %p %p %p %p\n", handle, heap, prefix, localname, ns, error );
if (error) FIXME( "ignoring error parameter\n" );
if (!reader || !heap) return E_INVALIDARG;