Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
various cosmetics in the s4u-async-wait example
[simgrid.git] / examples / msg / mc / bugged3.c
index 879c37d..5e805d9 100644 (file)
@@ -29,7 +29,7 @@ static int server(int argc, char *argv[])
   MSG_comm_wait(comm2, -1);
 
   long val1 = xbt_str_parse_int(MSG_task_get_name(task1), "Task name is not a numerical ID: %s");
-  XBT_INFO("Received %lu", val1);
+  XBT_INFO("Received %ld", val1);
 
   MC_assert(val1 == 2);