Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use verbose instead of debug-
authorcristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 10 Feb 2011 15:37:42 +0000 (15:37 +0000)
committercristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 10 Feb 2011 15:37:42 +0000 (15:37 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9602 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/simix/smx_context_raw.c

index 766d7e1..c03fb50 100644 (file)
@@ -168,7 +168,7 @@ static void smx_ctx_raw_wrapper(smx_ctx_raw_t context);
 
 static int smx_ctx_raw_factory_finalize(smx_context_factory_t *factory)
 { 
 
 static int smx_ctx_raw_factory_finalize(smx_context_factory_t *factory)
 { 
-  INFO1("Total User Time: %lf", totaltime);
+  VERB1("Total User Time: %lf", totaltime);
   if(parmap)
       xbt_parmap_destroy(parmap);
   return smx_ctx_base_factory_finalize(factory);
   if(parmap)
       xbt_parmap_destroy(parmap);
   return smx_ctx_base_factory_finalize(factory);