X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e947a76de27ef7ddb85e5e3a0953711e410533f1..9247f3df98d5692a4ec2af89619e650524f058bc:/teshsuite/smpi/mpich3-test/pt2pt/cancelrecv.c diff --git a/teshsuite/smpi/mpich3-test/pt2pt/cancelrecv.c b/teshsuite/smpi/mpich3-test/pt2pt/cancelrecv.c index d78a4d9ed8..1770167613 100644 --- a/teshsuite/smpi/mpich3-test/pt2pt/cancelrecv.c +++ b/teshsuite/smpi/mpich3-test/pt2pt/cancelrecv.c @@ -100,11 +100,11 @@ int main(int argc, char *argv[]) * may be changed */ if ((s[0].MPI_ERROR) != -3) { errs++; - printf("Send request status 0 modified. s[0].MPI_ERROR = %x\n", s[0].MPI_ERROR); + printf("Send request status 0 modified. s[0].MPI_ERROR = %d\n", s[0].MPI_ERROR); } if ((s[1].MPI_ERROR) != -3) { errs++; - printf("Send request status 1 modified. s[1].MPI_ERROR = %x\n", s[1].MPI_ERROR); + printf("Send request status 1 modified. s[1].MPI_ERROR = %d\n", s[1].MPI_ERROR); } } MPI_Barrier(comm);