Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cleanup in log categories
[simgrid.git] / teshsuite / surf / maxmin_bench / maxmin_bench.cpp
index 59bff100d71dd068b65e75d89062b978669c0d88..67717dedeebdc7688ade89857af1617b5983b048 100644 (file)
@@ -1,6 +1,6 @@
 /* A few crash tests for the maxmin library                                 */
 
-/* Copyright (c) 2004-2020. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2004-2022. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -137,11 +137,11 @@ int main(int argc, char **argv)
     mode=3;
 
   if(mode==1)
-    xbt_log_control_set("surf/maxmin.threshold:DEBUG surf/maxmin.fmt:\'[%r]: [%c/%p] %m%n\' "
-                        "surf.threshold:DEBUG surf.fmt:\'[%r]: [%c/%p] %m%n\' ");
+    xbt_log_control_set("ker_lmm.threshold:DEBUG ker_lmm.fmt:\'[%r]: [%c/%p] %m%n\' "
+                        "kernel.threshold:DEBUG kernel.fmt:\'[%r]: [%c/%p] %m%n\' ");
 
   if(mode==2)
-    xbt_log_control_set("surf/maxmin.threshold:DEBUG surf.threshold:DEBUG");
+    xbt_log_control_set("ker_lmm.threshold:DEBUG kernel.threshold:DEBUG");
 
   unsigned int nb_cnst= TestClasses[testclass][0];
   unsigned int nb_var= TestClasses[testclass][1];