Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add debug
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 8 Jun 2009 14:16:24 +0000 (14:16 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 8 Jun 2009 14:16:24 +0000 (14:16 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6317 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/simix/smx_action.c

index 3be2dd5..8be0ef2 100644 (file)
@@ -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)