X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/82ef813a5d1cf608e1ae2a80c306a1cee9fceab1..b44a4c1363c2831e4ce15471740af17c7b0f4c08:/src/gras/Msg/rpc.c?ds=sidebyside diff --git a/src/gras/Msg/rpc.c b/src/gras/Msg/rpc.c index 814e2a37ba..58ea19aadf 100644 --- a/src/gras/Msg/rpc.c +++ b/src/gras/Msg/rpc.c @@ -152,7 +152,7 @@ void gras_msg_rpc_async_wait(gras_msg_cb_ctx_t ctx, if (!_gras_rpc_cancelled) _gras_rpc_cancelled = xbt_dynar_new(sizeof(ctx),NULL); xbt_dynar_push(_gras_rpc_cancelled,&ctx); - INFO1("canceled RPC %ld pushed onto the stack",ctx->ID); + INFO2("canceled RPC %ld pushed onto the stack (%s)",ctx->ID,ctx->msgtype->name); RETHROW; }