Nikolay Sivov : msxml3: Remove "stub" from traces.

Alexandre Julliard julliard at winehq.org
Tue Nov 5 16:11:44 CST 2019


Module: wine
Branch: master
Commit: be89f936877a3218e5361c2c1efec761045a98ea
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=be89f936877a3218e5361c2c1efec761045a98ea

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Tue Nov  5 14:34:18 2019 +0300

msxml3: Remove "stub" from traces.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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;
 




More information about the wine-cvs mailing list