From dfd2d504ff4c0c01f9a9e548cd616d1befbf465a Mon Sep 17 00:00:00 2001 From: alegrand Date: Mon, 8 Jun 2009 14:16:24 +0000 Subject: [PATCH] Add debug git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6317 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/simix/smx_action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simix/smx_action.c b/src/simix/smx_action.c index 3be2dd548e..8be0ef261b 100644 --- a/src/simix/smx_action.c +++ b/src/simix/smx_action.c @@ -323,7 +323,7 @@ void __SIMIX_cond_display_actions(smx_cond_t cond) DEBUG1("Actions for condition %p", cond); xbt_fifo_foreach(cond->actions, item, action, smx_action_t) - DEBUG1("\t %p", action); + DEBUG2("\t %p [%s]", action,action->name); } void __SIMIX_action_display_conditions(smx_action_t action) -- 2.20.1