Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
some cleanups to the logging channel hierarchy
[simgrid.git] / src / surf / cpu_ti.cpp
index bbb7797..1d0e394 100644 (file)
@@ -14,7 +14,7 @@
 
 constexpr double EPSILON = 0.000000001;
 
-XBT_LOG_NEW_DEFAULT_SUBCATEGORY(cpu_ti, cpu, "CPU resource, Trace Integration model");
+XBT_LOG_NEW_DEFAULT_SUBCATEGORY(cpu_ti, res_cpu, "CPU resource, Trace Integration model");
 
 namespace simgrid {
 namespace kernel {