Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
you're too verbose, dude
[simgrid.git] / src / amok / Bandwidth / saturate.c
index 521d613..c0cf41b 100644 (file)
@@ -183,7 +183,7 @@ void amok_bw_saturate_begin(const char* to_name,unsigned int to_port,
 
     /* Check whether the experiment has to be terminated by now */
     elapsed=gras_os_time()-start;
-    VERB2("elapsed %f duration %f",elapsed, duration);
+    DEBUG2("elapsed %f duration %f",elapsed, duration);
 
   } while (saturate_further && (duration==0 || elapsed < duration));