From 8bef616792e68559a8c8dd32749c847760409f5b Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 15 Oct 2009 16:25:40 +0000 Subject: [PATCH] Revert the change inducing that GRAS processes keep quiet when leaving on simulator, since it's helpful sometimes, and since it breaks several tesh files git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6789 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/gras/gras.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gras/gras.c b/src/gras/gras.c index 8df74c5239..f718ca1cad 100644 --- a/src/gras/gras.c +++ b/src/gras/gras.c @@ -146,8 +146,7 @@ void gras_init(int *argc, char **argv) void gras_exit(void) { gras_procdata_t *pd; - if (gras_if_RL()) - INFO0("Exiting GRAS"); + INFO0("Exiting GRAS"); amok_exit(); gras_moddata_leave(); pd = gras_procdata_get(); -- 2.20.1