X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/e3bdb76326a4a06023bc1f24e5e0dd271df87825..914cc65c9d751c6dd812e9cf8bd2d3169e288921:/clientserver.c 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); }