[PATCH] msxml3: Remove "stub" from traces.

Nikolay Sivov nsivov at codeweavers.com
Tue Nov 5 05:34:18 CST 2019


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 dlls/msxml3/parseerror.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msxml3/parseerror.c b/dlls/msxml3/parseerror.c
index 438c9eb3c4..2ca0885708 100644
--- a/dlls/msxml3/parseerror.c
+++ b/dlls/msxml3/parseerror.c
@@ -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;
 
-- 
2.24.0.rc1




More information about the wine-devel mailing list