wbemdisp: Add a trailing newline to a TRACE() message.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
85a130958c
commit
82527f8a00
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue