Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
A boolean should be unsigned if you want to compare it to 1.
[simgrid.git] / src / simix / smx_deployment.c
index d1cbbf605385055447791ec7b29929c92baa0b19..60b7e6fe28f7a847a2c6e6149850778647e0d0e4 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()