X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/164535529e5d19976ed96a2ee265d5945d27a660..42e69c5d43675587aae0bb367b8bf0746f6be13a:/src/msg/msg_deployment.c diff --git a/src/msg/msg_deployment.c b/src/msg/msg_deployment.c index ec21889334..791429cd3f 100644 --- a/src/msg/msg_deployment.c +++ b/src/msg/msg_deployment.c @@ -27,7 +27,7 @@ void MSG_launch_application(const char *file) { xbt_assert(msg_global, - "MSG_global_init_args has to be called before MSG_launch_application."); + "MSG_init has to be called before MSG_launch_application."); SIMIX_launch_application(file);