Francois Gouget : wbemdisp: Add a trailing newline to a TRACE() message.

Alexandre Julliard julliard at winehq.org
Tue Jun 6 15:23:30 CDT 2017


Module: wine
Branch: master
Commit: 82527f8a00531b89a1c68c6e1624544d2dfbb123
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=82527f8a00531b89a1c68c6e1624544d2dfbb123

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun Jun  4 11:40:44 2017 +0200

wbemdisp: Add a trailing newline to a TRACE() message.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Hans Leidekker <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/wbemdisp/locator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/wbemdisp/locator.c b/dlls/wbemdisp/locator.c
index 6fdd608..d1be48f 100644
--- a/dlls/wbemdisp/locator.c
+++ b/dlls/wbemdisp/locator.c
@@ -421,7 +421,7 @@ static HRESULT WINAPI propertyset_Item( ISWbemPropertySet *iface, BSTR name,
     HRESULT hr;
     VARIANT var;
 
-    TRACE( "%p, %s, %08x, %p", propertyset, debugstr_w(name), flags, prop );
+    TRACE( "%p, %s, %08x, %p\n", propertyset, debugstr_w(name), flags, prop );
 
     hr = IWbemClassObject_Get( propertyset->object, name, 0, &var, NULL, NULL );
     if (SUCCEEDED(hr))




More information about the wine-cvs mailing list