Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename log category from simix_context to ker_context
[simgrid.git] / teshsuite / kernel / context-defaults / context-defaults.cpp
index ee9d6b1..b7a566c 100644 (file)
@@ -12,7 +12,7 @@
 int main(int argc, char* argv[])
 {
   xbt_log_control_set("root.fmt:[%c/%p]%e%m%n");
-  xbt_log_control_set("simix_context.threshold:verbose");
+  xbt_log_control_set("ker_context.threshold:verbose");
   XBT_ATTRIB_UNUSED simgrid::s4u::Engine e(&argc, argv);
   return 0;
 }