From: mquinson Date: Wed, 14 Oct 2009 10:09:28 +0000 (+0000) Subject: More debug X-Git-Tag: SVN~946 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d7a9e0e1a46d650c7eff825052183a333757e130 More debug git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6768 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/surf/surf_routing.c b/src/surf/surf_routing.c index 45a8b14097..1287105f2c 100644 --- a/src/surf/surf_routing.c +++ b/src/surf/surf_routing.c @@ -168,6 +168,8 @@ static void routing_full_parse_Scluster(void) surfxml_bufferstack_push(1); /* Make set */ + DEBUG4("Make ", + cluster_id,cluster_prefix,cluster_suffix,cluster_radical); SURFXML_BUFFER_SET(set_id, cluster_id); SURFXML_BUFFER_SET(set_prefix, cluster_prefix); SURFXML_BUFFER_SET(set_suffix, cluster_suffix); @@ -177,6 +179,7 @@ static void routing_full_parse_Scluster(void) SURFXML_END_TAG(set); /* Make foreach */ + DEBUG1("Make ",cluster_id); SURFXML_BUFFER_SET(foreach_set_id, cluster_id); SURFXML_START_TAG(foreach); @@ -196,6 +199,7 @@ static void routing_full_parse_Scluster(void) SURFXML_START_TAG(link); SURFXML_END_TAG(link); + DEBUG0("Make "); SURFXML_END_TAG(foreach); /* Make backbone link */