X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c2bebbceae24bb9a74fe034c71862c84a6193e7f..16bbb8a8212497d9c44c81333ed2c0e689e0c5af:/teshsuite/msg/task_destroy_cancel/task_destroy_cancel.c diff --git a/teshsuite/msg/task_destroy_cancel/task_destroy_cancel.c b/teshsuite/msg/task_destroy_cancel/task_destroy_cancel.c index 112c71935d..a2cdc769ed 100644 --- a/teshsuite/msg/task_destroy_cancel/task_destroy_cancel.c +++ b/teshsuite/msg/task_destroy_cancel/task_destroy_cancel.c @@ -124,9 +124,9 @@ int slave(int argc, char *argv[]) MSG_task_execute(task); end = MSG_get_clock(); XBT_INFO("Task \"%s\" done in %f (amount %f)" - , MSG_task_get_name(task) - , end - start - , MSG_task_get_flops_amount(task)); + , MSG_task_get_name(task) + , end - start + , MSG_task_get_flops_amount(task)); MSG_task_destroy(task); task = NULL; @@ -145,7 +145,7 @@ int main(int argc, char *argv[]) MSG_init(&argc, argv); xbt_assert(argc > 2, "Usage: %s platform_file deployment_file\n" - "\tExample: %s msg_platform.xml msg_deployment.xml\n", argv[0], argv[0]); + "\tExample: %s msg_platform.xml msg_deployment.xml\n", argv[0], argv[0]); platform_file = argv[1]; application_file = argv[2];