From 4ab40d35e563a6192b8937e8b245c43a119c8156 Mon Sep 17 00:00:00 2001 From: mquinson Date: Sun, 13 Feb 2005 16:05:39 +0000 Subject: [PATCH] typo git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@991 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/gras/ping/ping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gras/ping/ping.c b/examples/gras/ping/ping.c index 66b4b8a16e..ea28d6896b 100644 --- a/examples/gras/ping/ping.c +++ b/examples/gras/ping/ping.c @@ -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)); -- 2.20.1