Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
comments, debugs and other minor glitches
[simgrid.git] / src / simix / smx_smurf.c
index c049f29..67dc288 100644 (file)
@@ -25,6 +25,7 @@ void SIMIX_simcall_push(smx_process_t self)
               SIMIX_simcall_name(self->simcall.call), (int)self->simcall.call);
     SIMIX_process_yield(self);
   } else {
+    XBT_DEBUG("I'm the maestro, execute the simcall directly");
     SIMIX_simcall_pre(&self->simcall, 0);
   }
 }