Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Acknoledge the fact that JniException is a runtime exception now: kill all its occure...
[simgrid.git] / src / msg / task.c
index a54b159..b14d7c8 100644 (file)
@@ -73,6 +73,8 @@ m_task_t MSG_task_create(const char *name, double compute_duration,
   simdata->comp_amount = NULL;
   simdata->comm_amount = NULL;
 
+  CINFO2(root,"Created task %p: %s",task,name);
+
   return task;
 }