Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix debug message better [ci-skip]
[simgrid.git] / src / kernel / routing / EmptyZone.cpp
index e33e1af..256bc97 100644 (file)
@@ -18,7 +18,7 @@ namespace routing {
 void EmptyZone::get_graph(const s_xbt_graph_t* /*graph*/, std::map<std::string, xbt_node_t, std::less<>>* /*nodes*/,
                           std::map<std::string, xbt_edge_t, std::less<>>* /*edges*/)
 {
-  XBT_ERROR("No routing no graph");
+  xbt_die("No routing no graph");
 }
 } // namespace routing
 } // namespace kernel