Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the parsing time info switched to debug
authorquasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 11 Dec 2007 09:26:58 +0000 (09:26 +0000)
committerquasar <quasar@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 11 Dec 2007 09:26:58 +0000 (09:26 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5117 48e7efb5-ca39-0410-a469-dd3cf9ba447f

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();
     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 */
   }
 
   _simix_init_status = 2;      /* inited; don't change settings now */