X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5603d32370d9d356c2872e73fef801d8bb06ef19..b0954ccfc711fbfd5113ba54779d02e9b5450028:/src/msg/msg_mailbox.c?ds=inline diff --git a/src/msg/msg_mailbox.c b/src/msg/msg_mailbox.c index 259cc056f5..bedccad273 100644 --- a/src/msg/msg_mailbox.c +++ b/src/msg/msg_mailbox.c @@ -87,7 +87,7 @@ MSG_mailbox_get_task_ext(msg_mailbox_t mailbox, m_task_t * task, if (*task) XBT_CRITICAL - ("MSG_task_get() was asked to write in a non empty task struct."); + ("MSG_task_receive() was asked to write in a non empty task struct."); /* Try to receive it by calling SIMIX network layer */ TRY {