X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2f810149832a2d855c33d0df5b02d736c2081e41..1c6ecd7825422241dd932318a4ba03c3df1de985:/src/simix/smx_global.c diff --git a/src/simix/smx_global.c b/src/simix/smx_global.c index 597a36bca9..2a3a403798 100644 --- a/src/simix/smx_global.c +++ b/src/simix/smx_global.c @@ -204,7 +204,6 @@ void SIMIX_run(void) SIMIX_process_runall(); xbt_dynar_foreach(simix_global->process_that_ran, iter, process) { if (process->request.call != REQ_NO_REQ) { - XBT_DEBUG("Handling request %p", &process->request); SIMIX_request_pre(&process->request, 0); } } @@ -329,7 +328,7 @@ void SIMIX_display_process_status(void) XBT_INFO("%d processes are still running, waiting for something.", nbprocess); /* List the process and their state */ XBT_INFO - ("Legend of the following listing: \"() on : .\""); + ("Legend of the following listing: \"Process (@): \""); xbt_swag_foreach(process, simix_global->process_list) { if (process->waiting_action) {