Commit 1264288c authored by Martin Pool's avatar Martin Pool

With -vv, client shows a message when opening a daemon connection.

This parallels the recent addition of a log message for opening ssh
connections.
parent 0f0ea7f7
......@@ -80,6 +80,8 @@ int start_socket_client(char *host, char *path, int argc, char *argv[])
if (!user) user = getenv("LOGNAME");
if (verbose >= 2) {
rprintf(FINFO, "opening tcp connection to %s port %d\n",
host, rsync_port);
}
fd = open_socket_out_wrapped (host, rsync_port, bind_address,
default_af_hint);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment