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

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


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

diff --git a/dlls/ole32/classmoniker.c b/dlls/ole32/classmoniker.c
index 3837a1f74c..07d55e2f94 100644
--- a/dlls/ole32/classmoniker.c
+++ b/dlls/ole32/classmoniker.c
@@ -142,7 +142,7 @@ static ULONG WINAPI ClassMoniker_Release(IMoniker* iface)
  ******************************************************************************/
 static HRESULT WINAPI ClassMoniker_GetClassID(IMoniker* iface,CLSID *pClassID)
 {
-    TRACE("(%p,%p),stub!\n",iface,pClassID);
+    TRACE("(%p, %p)\n", iface, pClassID);
 
     if (pClassID==NULL)
         return E_POINTER;
-- 
2.24.0.rc1




More information about the wine-devel mailing list