From 8d12b73df9c90c73810352507244d5d3d63c1c6b Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 27 Jan 2005 23:48:48 +0000 Subject: [PATCH] blurp git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@798 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 897e7f583d..75746f6956 100644 --- a/src/gras/gras.c +++ b/src/gras/gras.c @@ -23,8 +23,7 @@ static int gras_running_process = 0; void gras_init(int *argc,char **argv, const char *defaultlog) { INFO0("Initialize GRAS"); - CRITICAL0("Go Away ! Work in progress "); - xbt_assert0(0, "GO TO HELL! ]:)"); + xbt_assert0(0,"Work in progress. Forget about GRAS for now."); xbt_init_defaultlog(argc,argv,defaultlog); gras_process_init(); /* calls procdata_init, which calls dynar_new */ /** init other submodules */ -- 2.20.1