Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename synchro logging categories (simix->ker)
[simgrid.git] / src / kernel / activity / ConditionVariableImpl.cpp
index 1a0a73b..bc546f1 100644 (file)
@@ -9,7 +9,7 @@
 #include "src/kernel/actor/SimcallObserver.hpp"
 #include <cmath> // std::isfinite
 
-XBT_LOG_NEW_DEFAULT_SUBCATEGORY(simix_condition, simix_synchro, "Condition variables");
+XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_condition, ker_synchro, "Condition variables kernel-space implementation");
 
 /********************************* Condition **********************************/