From: mquinson Date: Sun, 7 Aug 2005 14:06:59 +0000 (+0000) Subject: Provide all the needed args in format X-Git-Tag: v3.3~3757 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5345dbc4f5581fa62377d23e6f7299580e48fe9f?hp=9a2ac109fd90a708925c3aad1f0baf01d22bf746 Provide all the needed args in format git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1599 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/amok/Bandwidth/bandwidth.c b/src/amok/Bandwidth/bandwidth.c index c92291fbc7..74fff4e289 100644 --- a/src/amok/Bandwidth/bandwidth.c +++ b/src/amok/Bandwidth/bandwidth.c @@ -175,7 +175,7 @@ xbt_error_t amok_bw_test(gras_socket_t peer, request_ack->host.port, request->buf_size,1); } CATCH(e) { - RETHROW2("Error encountered while opening the measurement socket to %s:%d for BW test", + RETHROW2("Error encountered while opening the measurement socket to %s:%d for BW test: %s", gras_socket_peer_name(peer),request_ack->host.port); } DEBUG1("Got ACK; conduct the experiment (msg_size=%ld)",request->msg_size);