Nikolay Sivov : ole32: Trace library path to be added to list.

Alexandre Julliard julliard at winehq.org
Wed Dec 4 14:43:34 CST 2013


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Wed Dec  4 11:14:41 2013 +0400

ole32: Trace library path to be added to list.

---

 dlls/ole32/compobj.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ole32/compobj.c b/dlls/ole32/compobj.c
index d3f4804..3c0c085 100644
--- a/dlls/ole32/compobj.c
+++ b/dlls/ole32/compobj.c
@@ -485,7 +485,7 @@ static HRESULT COMPOBJ_DllList_Add(LPCWSTR library_name, OpenDll **ret)
     DllCanUnloadNowFunc DllCanUnloadNow;
     DllGetClassObjectFunc DllGetClassObject;
 
-    TRACE("\n");
+    TRACE("%s\n", debugstr_w(library_name));
 
     *ret = COMPOBJ_DllList_Get(library_name);
     if (*ret) return S_OK;




More information about the wine-cvs mailing list