X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/111e204ea2a49f1839ddcf556e6e8c06085fd021..e4abd3f271729beeff499da36267bfb274dd1f6d:/src/simix/smx_user.c?ds=sidebyside diff --git a/src/simix/smx_user.c b/src/simix/smx_user.c index 1fe90b1c07..47d902190f 100644 --- a/src/simix/smx_user.c +++ b/src/simix/smx_user.c @@ -1268,7 +1268,7 @@ int simcall_comm_is_latency_bounded(smx_action_t comm) smx_mutex_t simcall_mutex_init(void) { if(!simix_global) { - fprintf(stderr,"You must run MSG_init or gras_init before using MSG or GRAS\n"); // I would have loved using xbt_die but I can't since it is not initialized yet... :) + fprintf(stderr,"You must run MSG_init before using MSG\n"); // We can't use xbt_die since we may get there before the initialization xbt_abort(); } smx_simcall_t simcall = SIMIX_simcall_mine();