André Hentschel : msvcrtd: Remove unnecessary trace output.

Alexandre Julliard julliard at winehq.org
Wed Dec 16 09:41:39 CST 2009


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Wed Dec 16 15:24:20 2009 +0100

msvcrtd: Remove unnecessary trace output.

---

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

diff --git a/dlls/msvcrtd/debug.c b/dlls/msvcrtd/debug.c
index 7e2fa0d..3ddfbbc 100644
--- a/dlls/msvcrtd/debug.c
+++ b/dlls/msvcrtd/debug.c
@@ -47,7 +47,7 @@ void * CDECL MSVCRTD_operator_new_dbg(MSVCRT_size_t nSize, int nBlockUse,
 {
     void *retval = NULL;
 
-    TRACE("(%lu, %d, '%s', %d) returning %p\n", nSize, nBlockUse, szFileName, nLine, retval);
+    TRACE("(%lu, %d, '%s', %d)\n", nSize, nBlockUse, szFileName, nLine);
 
     switch(_BLOCK_TYPE(nBlockUse))
     {




More information about the wine-cvs mailing list