Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
All we need on this earth is verbose debugging messages -- Gandi
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 4 Apr 2006 08:26:18 +0000 (08:26 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 4 Apr 2006 08:26:18 +0000 (08:26 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2059 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/gras/Msg/rpc.c

index 8a4eb5a..1cef669 100644 (file)
@@ -87,7 +87,10 @@ void gras_msg_rpccall(gras_socket_t server,
   unsigned long int msg_ID = last_msg_ID++;
   s_gras_msg_t received;
 
-  DEBUG2("Send a RPC of type '%s' (ID=%lu)",msgtype->name,msg_ID);
+  DEBUG4("Send to %s:%d a RPC of type '%s' (ID=%lu)",
+        gras_socket_peer_name(server),
+        gras_socket_peer_port(server),
+        msgtype->name,msg_ID);
 
   gras_msg_send_ext(server, e_gras_msg_kind_rpccall, msg_ID, msgtype, request);
   gras_msg_wait_ext(timeOut,