From: mquinson Date: Wed, 29 Jun 2005 22:57:25 +0000 (+0000) Subject: stupid me X-Git-Tag: v3.3~3862 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2096777c95d53cbfa4b19622c162c8974df760eb stupid me git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1493 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/msg/gos.c b/src/msg/gos.c index b6c1235f7a..37d82bbbdf 100644 --- a/src/msg/gos.c +++ b/src/msg/gos.c @@ -505,7 +505,7 @@ static int MSG_get_msgload(void) CHECK_HOST(); - xbt_abort(0, "This function is still to be specified correctly (what do you mean by 'load', exactly?). In the meantime, please don't use it"); + xbt_assert0(0, "This function is still to be specified correctly (what do you mean by 'load', exactly?). In the meantime, please don't use it"); process = MSG_process_self(); return xbt_fifo_size(process->simdata->host->simdata->process_list); }