X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/0b1ffe27551d571f105109a248f3080b22a66372..301c680fd7689527bf5078ca8139eaa5458009de:/util.c diff --git a/util.c b/util.c index 5eebe378..8ba34744 100644 --- a/util.c +++ b/util.c @@ -86,7 +86,7 @@ int fd_pair(int fd[2]) void print_child_argv(char **cmd) { - rprintf(FINFO, RSYNC_NAME ": open connection using "); + rprintf(FINFO, "opening connection using "); for (; *cmd; cmd++) { /* Look for characters that ought to be quoted. This * is not a great quoting algorithm, but it's