X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1b4f0ecf22879a1152f7b5fbcbf7bcdb416d21da..014e302e2156e34a1157c49f6347999ff20b10aa:/teshsuite/msg/host_on_off_processes/host_on_off_processes.cpp diff --git a/teshsuite/msg/host_on_off_processes/host_on_off_processes.cpp b/teshsuite/msg/host_on_off_processes/host_on_off_processes.cpp index c2ec3201ad..a10f8b794a 100644 --- a/teshsuite/msg/host_on_off_processes/host_on_off_processes.cpp +++ b/teshsuite/msg/host_on_off_processes/host_on_off_processes.cpp @@ -79,9 +79,9 @@ static int commRX(int argc, char* argv[]) } else if (error == MSG_HOST_FAILURE) { XBT_INFO(" Receive message: HOST_FAILURE"); } else if (error == MSG_TRANSFER_FAILURE) { - XBT_INFO(" Receive message: TRANSFERT_FAILURE"); + XBT_INFO(" Receive message: TRANSFER_FAILURE"); } else { - XBT_INFO(" Receive message: %u", error); + XBT_INFO(" Receive message: %u", static_cast(error)); } XBT_INFO(" RX Done"); return 0;