changeset 1037:4f5eb63aef96

In TRACE_DEBUG, mention which thread we're in (Routing-IN/Routing-OUT/Dispatch).
author Thomas Klausner <tk@giga.or.at>
date Tue, 16 Apr 2013 18:54:41 +0200
parents aecdc2fbf222
children cceb552b9b54 86d37d9f7b13
files libfdcore/routing_dispatch.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libfdcore/routing_dispatch.c	Tue Apr 16 18:53:51 2013 +0200
+++ b/libfdcore/routing_dispatch.c	Tue Apr 16 18:54:41 2013 +0200
@@ -1039,10 +1039,10 @@
 		}
 		
 		if (TRACE_BOOL(FULL)) {
-			TRACE_DEBUG(FULL, "Picked next message");
+			TRACE_DEBUG(FULL, "Picked next message (%s)", action_name);
 			fd_msg_dump_one(ANNOYING, msg);
 		}
-		
+
 		/* Now process the message */
 		CHECK_FCT_DO( (*action_cb)(msg), goto fatal_error);
 
"Welcome to our mercurial repository"