From: schnorr Date: Mon, 4 Oct 2010 11:46:16 +0000 (+0000) Subject: cosmetic fix: generic_set_bypassroute was being logged in generic_get_bypassroute X-Git-Tag: v3_5~484 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c5aa7b7c598d419a5cefb614b922563d31e4942e cosmetic fix: generic_set_bypassroute was being logged in generic_get_bypassroute git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8340 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/surf/surf_routing.c b/src/surf/surf_routing.c index 9060143475..eaa3f87228 100644 --- a/src/surf/surf_routing.c +++ b/src/surf/surf_routing.c @@ -2122,7 +2122,7 @@ static route_extended_t generic_get_bypassroute(routing_component_t rc, const ch } else if(modeltype==&routing_models[SURF_MODEL_DIJKSTRA]|| modeltype==&routing_models[SURF_MODEL_DIJKSTRACACHE]) { dict_bypassRoutes = ((routing_component_dijkstra_t)rc)->bypassRoutes; - } else xbt_die("\"generic_set_bypassroute\" not supported"); + } else xbt_die("\"generic_get_bypassroute\" not supported"); routing_component_t src_as, dst_as;