[Wine-patches] wbemprox: Update traces (part of eterbug #1659)
Konstantin Kondratyuk
=?iso-8859-1?q?kondratyuk_=CE=C1_etersoft=2Eru?=
Пт Окт 17 17:00:06 MSD 2008
--
Best regards,
Konstantin Kondratyuk.
----------- следующая часть -----------
From f5b04def25822c2a4dbe6000527a72d345bb581a Mon Sep 17 00:00:00 2001
From: Konstantin Kondratyuk <kondratyuk на etersoft.ru>
Date: Fri, 17 Oct 2008 16:52:38 +0400
Subject: [PATCH] wbemprox: Update traces (part of eterbug #1659)
---
dlls/wbemprox/factory.c | 4 ++--
dlls/wbemprox/main.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dlls/wbemprox/factory.c b/dlls/wbemprox/factory.c
index 46fa3ec..ae647f9 100644
--- a/dlls/wbemprox/factory.c
+++ b/dlls/wbemprox/factory.c
@@ -46,7 +46,7 @@ static HRESULT WINAPI wbemprox_IClassFactory_QueryInterface(
{
ClassFactoryImpl *This = (ClassFactoryImpl *)iface;
- TRACE("wbemprox:factory:QueryInterface \n");
+ TRACE("\n");
if (This == NULL || ppvObj == NULL) return E_POINTER;
@@ -107,7 +107,7 @@ static HRESULT WINAPI wbemprox_IClassFactory_LockServer(
LPCLASSFACTORY iface,
BOOL fLock)
{
- TRACE("wbemprox:factory:LockServer \n");
+ TRACE("\n");
if (fLock != FALSE) {
IClassFactory_AddRef(iface);
diff --git a/dlls/wbemprox/main.c b/dlls/wbemprox/main.c
index 3317214..0d9a228 100644
--- a/dlls/wbemprox/main.c
+++ b/dlls/wbemprox/main.c
@@ -27,7 +27,7 @@ LONG dll_ref = 0;
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
- TRACE("wbemprox.dll:DllMain:(%p, %d, %p)\n", hinstDLL, fdwReason, lpvReserved);
+ TRACE(" (%p, %d, %p)\n", hinstDLL, fdwReason, lpvReserved);
switch (fdwReason)
{
@@ -58,7 +58,7 @@ HRESULT WINAPI DllGetClassObject(REFCLSID rclsid, REFIID iid, LPVOID *ppv)
HRESULT WINAPI DllCanUnloadNow(void)
{
- TRACE("wbemprox.dll:main:DLLCanUnloadNow:GLOBAL REF = %i \n",dll_ref);
+ TRACE(" GLOBAL REF = %i \n",dll_ref);
return dll_ref != 0 ? S_FALSE : S_OK;
}
--
1.5.6.5.GIT
Подробная информация о списке рассылки Wine-patches