Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the parsing time info switched to debug
[simgrid.git] / src / simix / smx_environment.c
index 89f865d..321e84d 100644 (file)
@@ -115,7 +115,7 @@ void SIMIX_create_environment(const char *file)
     if (surf_workstation_model_description[workstation_id].create_ws != NULL)
       surf_workstation_model_description[workstation_id].create_ws();
     e = xbt_os_time();
-    INFO1("PARSE TIME: %lg", (e-s));
+    DEBUG1("PARSE TIME: %lg", (e-s));
   }
 
   _simix_init_status = 2;      /* inited; don't change settings now */