From: Navarrop Date: Mon, 11 Apr 2011 07:34:11 +0000 (+0200) Subject: Cosmetics X-Git-Tag: v3.6_beta2~59^2~2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/867835de895b23ed2733a03c5413fe2974a05590 Cosmetics --- diff --git a/src/surf/surf_routing.c b/src/surf/surf_routing.c index 7d0cba4a0b..b9b87c4bfd 100644 --- a/src/surf/surf_routing.c +++ b/src/surf/surf_routing.c @@ -3307,8 +3307,8 @@ static void generic_src_dst_check(routing_component_t rc, const char *src, xbt_die("The src(%s in %s) and dst(%s in %s) are in differents AS", src, src_as->name, dst, dst_as->name); if(rc != dst_as) - xbt_die("The routing component of src and dst is not the same as the network elements belong (%s==%s)", - rc->name, dst_as->name); + xbt_die("The routing component of src'%s' and dst'%s' is not the same as the network elements belong (%s?=%s?=%s)", + src,dst,src_as->name, dst_as->name,rc->name); } static void routing_parse_Sconfig(void)