From 604f343c49fcc8ec396e439cc6146a862a111405 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Thu, 14 Mar 2002 02:55:11 +0000 Subject: [PATCH] Doc: "opening tcp connection to %s port %d" is kind of misleading when running the test case. --- clientserver.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clientserver.c b/clientserver.c index 50203350..f5a74ee2 100644 --- a/clientserver.c +++ b/clientserver.c @@ -80,6 +80,9 @@ int start_socket_client(char *host, char *path, int argc, char *argv[]) if (!user) user = getenv("LOGNAME"); if (verbose >= 2) { + /* FIXME: If we're going to use a socket program for + * testing, then this message is wrong. We need to + * say something like "(except really using %s)" */ rprintf(FINFO, "opening tcp connection to %s port %d\n", host, rsync_port); } -- 2.34.1