Remove redundant TID trace

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Tue Jul 17 08:25:06 CDT 2001


Changelog:
	relay32/snoop.c: SNOOP_DoReturn
	Remove redundant print of tid
-- 
Uwe Bonnes                bon at elektron.ikp.physik.tu-darmstadt.de

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------

Index: wine/relay32/snoop.c
===================================================================
RCS file: /home/wine/wine/relay32/snoop.c,v
retrieving revision 1.43
diff -u -r1.43 snoop.c
--- wine/relay32/snoop.c	2001/07/14 00:43:57	1.43
+++ wine/relay32/snoop.c	2001/07/17 13:15:21
@@ -371,10 +371,10 @@
 		HeapFree(GetProcessHeap(),0,ret->args);
 		ret->args = NULL;
 	} else
-		DPRINTF("%08lx:RET  %s.%ld: %s() retval = %08lx ret=%08lx tid=%08lx\n",
+		DPRINTF("%08lx:RET  %s.%ld: %s() retval = %08lx ret=%08lx\n",
 			GetCurrentThreadId(),
 			ret->dll->name,ret->dll->ordbase+ret->ordinal,ret->dll->funs[ret->ordinal].name,
-			context->Eax, (DWORD)ret->origreturn, GetCurrentThreadId());
+			context->Eax, (DWORD)ret->origreturn);
 	ret->origreturn = NULL; /* mark as empty */
 }
 




More information about the wine-patches mailing list