From: quasar Date: Tue, 11 Dec 2007 09:26:58 +0000 (+0000) Subject: the parsing time info switched to debug X-Git-Tag: v3.3~731 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6235a7e4900661d6562ea3607cfa299778cfef1c?ds=sidebyside the parsing time info switched to debug git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5117 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/simix/smx_environment.c b/src/simix/smx_environment.c index 89f865de7d..321e84d8c4 100644 --- a/src/simix/smx_environment.c +++ b/src/simix/smx_environment.c @@ -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 */