]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/routing/ClusterZone.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
easy sonar fixes
[simgrid.git] / src / kernel / routing / ClusterZone.cpp
index 17dd8c8de6de2349ecd40465016a3b2b5d3fdc93..4a51f60936580b9664d0f688577bab3a72cd769b 100644 (file)
@@ -8,7 +8,7 @@
 #include "simgrid/kernel/routing/RoutedZone.hpp"
 #include "src/kernel/resource/StandardLinkImpl.hpp"
 
-XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_cluster, surf, "Routing part of surf");
+XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_routing_cluster, ker_routing, "Kernel Cluster Routing");
 
 /* This routing is specifically setup to represent clusters, aka homogeneous sets of machines
  * Note that a router is created, easing the interconnection with the rest of the world. */