X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4dab0e2b18e1f7ebe8e9ec2ecb24f94507477627..f706837452870c96a5e4278c0b7d1b5f8bde99b0:/src/amok/Bandwidth/saturate.c diff --git a/src/amok/Bandwidth/saturate.c b/src/amok/Bandwidth/saturate.c index 9ec709411c..1f5e2d83de 100644 --- a/src/amok/Bandwidth/saturate.c +++ b/src/amok/Bandwidth/saturate.c @@ -288,6 +288,8 @@ void amok_bw_saturate_stop(const char* from_name,unsigned int from_port, gras_socket_t sock = gras_socket_client(from_name,from_port); bw_res_t answer; + VERB2("Ask %s:%d to stop the saturation", + from_name,from_port); gras_msg_rpccall(sock,60,gras_msgtype_by_name("amok_bw_sat stop"),NULL,&answer); gras_socket_close(sock); if (time) *time=answer->sec;