From: alegrand Date: Mon, 8 Jun 2009 14:16:24 +0000 (+0000) Subject: Add debug X-Git-Tag: SVN~1323 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/dfd2d504ff4c0c01f9a9e548cd616d1befbf465a?hp=583ddf643256feb7299e686bd8f30f46ab6de0fa Add debug git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6317 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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)