X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/10e5dbdfc7cf72a000a90a2f1a27c7dc30364761..124a609e80fa7bb5b7a7a698df9c6abef910d83e:/communicator.cpp?ds=sidebyside diff --git a/communicator.cpp b/communicator.cpp index e6a47b4..2ddea5d 100644 --- a/communicator.cpp +++ b/communicator.cpp @@ -55,7 +55,7 @@ msg_comm_t communicator::real_send(const char* dest, message* msg) XBT_DEBUG("send %s to %s", msg->to_string().c_str(), dest); m_task_t task = MSG_task_create("message", 0.0, msg->get_size(), msg); TRACE_msg_set_task_category(task, - msg->get_type() == message::LOAD ? + msg->get_type() == message::DATA ? TRACE_CAT_DATA : TRACE_CAT_CTRL); return MSG_task_isend(task, dest); }