Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update tesh for kill start time.
[simgrid.git] / src / simix / smx_deployment.c
index d1cbbf6..60b7e6f 100644 (file)
@@ -60,7 +60,7 @@ static void parse_process_finalize(void)
     arg->kill_time = kill_time;
     arg->properties = current_property_set;
 
-    XBT_INFO("Process %s(%s) will be started at time %f", arg->name,
+    XBT_DEBUG("Process %s(%s) will be started at time %f", arg->name,
            arg->hostname, start_time);
     SIMIX_timer_set(start_time, &SIMIX_process_create_from_wrapper, arg);
   } else {                      // start_time <= SIMIX_get_clock()