Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] correct debug message
[simgrid.git] / src / instr / instr_msg_task.c
index a27052c..8e5a23d 100644 (file)
@@ -266,7 +266,7 @@ void TRACE_msg_task_put_end(void)
 {
   if (!TRACE_is_active())
     return;
-  DEBUG0("PUT,in");
+  DEBUG0("PUT,out");
 }
 
 #endif /* HAVE_TRACING */