Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
updatig simdag prop examples
[simgrid.git] / src / msg / gos.c
index ef3c03b..b4ac1d9 100644 (file)
@@ -42,7 +42,7 @@ static MSG_error_t __MSG_task_get_with_time_out_from_host(m_task_t * task,
              && (channel < msg_global->max_channel), "Invalid channel %d",
              channel);
   /* Sanity check */
-  xbt_assert0(task, "Null pointer for the task\n");
+  xbt_assert0(task, "Null pointer for the task storage");
 
   if (*task)
     CRITICAL0