Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Provide all the needed args in format
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 7 Aug 2005 14:06:59 +0000 (14:06 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 7 Aug 2005 14:06:59 +0000 (14:06 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1599 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/amok/Bandwidth/bandwidth.c

index c92291f..74fff4e 100644 (file)
@@ -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);