]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/kernel/context-defaults/context-defaults.cpp
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 af1722ea670a08fc2ff4eeb5f3b32a0b5b5db686..b7a566c3535248501eaf646c1bbeac2ca6c860f3 100644 (file)
@@ -12,8 +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");
-  simgrid::s4u::Engine e(&argc, argv);
-  e.get_clock(); // just to use the engine once.
+  xbt_log_control_set("ker_context.threshold:verbose");
+  XBT_ATTRIB_UNUSED simgrid::s4u::Engine e(&argc, argv);
   return 0;
 }