Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix error message
[simgrid.git] / src / surf / surf_routing_cluster_fat_tree.cpp
index f94b395..b2697d1 100644 (file)
@@ -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());
   }