Doc: "opening tcp connection to %s port %d" is kind of misleading when
authorMartin Pool <mbp@samba.org>
Thu, 14 Mar 2002 02:55:11 +0000 (02:55 +0000)
committerMartin Pool <mbp@samba.org>
Thu, 14 Mar 2002 02:55:11 +0000 (02:55 +0000)
running the test case.

clientserver.c

index 5020335..f5a74ee 100644 (file)
@@ -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);
        }