Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill defaultlog of xbt_init
[simgrid.git] / testsuite / xbt / config_usage.c
index 5fafedb..6452b55 100644 (file)
@@ -31,7 +31,7 @@ int main(int argc, char **argv) {
 
   char *str;
   
-  xbt_init_defaultlog(&argc,argv,"config.thresh=debug root.thresh=info");
+  xbt_init(&argc,argv);
 
   fprintf(stderr,"==== Alloc and free a config set.\n");
   set=make_set();