Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 13 Feb 2005 16:05:39 +0000 (16:05 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 13 Feb 2005 16:05:39 +0000 (16:05 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@991 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/gras/ping/ping.c

index 66b4b8a..ea28d68 100644 (file)
@@ -200,7 +200,7 @@ int client(int argc,char *argv[]) {
   }
 
   /* 9. Keep the user informed of what's going on, again */
-  INFO3("Client: >>>>>>>> Got PONG(%d) got from %s:%d <<<<<<<<", 
+  INFO3("Client: >>>>>>>> Got PONG(%d) from %s:%d <<<<<<<<", 
        pong,
        gras_socket_peer_name(from),gras_socket_peer_port(from));