X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6ff4ac7703883a70034b50ea510edba80b6a78bc..5b2ffa67d0e82b06951b2619815db43bacfdb1f3:/src/surf/surf_routing_cluster_fat_tree.cpp diff --git a/src/surf/surf_routing_cluster_fat_tree.cpp b/src/surf/surf_routing_cluster_fat_tree.cpp index f94b395f77..b2697d103d 100644 --- a/src/surf/surf_routing_cluster_fat_tree.cpp +++ b/src/surf/surf_routing_cluster_fat_tree.cpp @@ -59,7 +59,7 @@ void AsClusterFatTree::getRouteAndLatency(RoutingEdgePtr src, source = tempIter->second; tempIter = this->computeNodes.find(dst->getId()); if (tempIter == this->computeNodes.end()) { - xbt_die("Could not find the destination %s [%d] in the fat tree", src->getName(), src->getId()); + xbt_die("Could not find the destination %s [%d] in the fat tree", dst->getName(), dst->getId()); }