From 9d0a0c63fa09581253574d3bcb7e6626769245c7 Mon Sep 17 00:00:00 2001 From: alegrand Date: Thu, 3 May 2007 11:44:36 +0000 Subject: [PATCH] Got rid of useless message. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3478 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/msg/global.c | 2 +- src/simix/smx_global.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.20.1