From: alegrand Date: Thu, 3 May 2007 11:44:36 +0000 (+0000) Subject: Got rid of useless message. X-Git-Tag: v3.3~1882 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9d0a0c63fa09581253574d3bcb7e6626769245c7 Got rid of useless message. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3478 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/msg/global.c b/src/msg/global.c index 44f01c19b5..c45f951c31 100644 --- a/src/msg/global.c +++ b/src/msg/global.c @@ -422,7 +422,7 @@ MSG_error_t MSG_main(void) } if (xbt_fifo_size(msg_global->process_list) == 0) { - INFO0("Congratulations ! Simulation terminated : all processes are over"); +/* INFO0("Congratulations ! Simulation terminated : all processes are over"); */ return MSG_OK; } else { INFO0("Oops ! Deadlock or code not perfectly clean."); diff --git a/src/simix/smx_global.c b/src/simix/smx_global.c index 02f8d2d173..2effb0187d 100644 --- a/src/simix/smx_global.c +++ b/src/simix/smx_global.c @@ -309,7 +309,7 @@ double SIMIX_solve(xbt_fifo_t actions_done, xbt_fifo_t actions_failed) if (elapsed_time == -1) { if (xbt_swag_size(simix_global->process_list) == 0) { - INFO0("Congratulations ! Simulation terminated : all processes are over"); +/* INFO0("Congratulations ! Simulation terminated : all processes are over"); */ } else { INFO0("Oops ! Deadlock or code not perfectly clean."); __SIMIX_display_process_status();