summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorDavid Dykstra <dwd@samba.org>2002-02-07 16:36:12 +0000
committerDavid Dykstra <dwd@samba.org>2002-02-07 16:36:12 +0000
commit1bbd10fe070d8b07a8c4991e17d1fc04295fe42e (patch)
tree8c5fe239fce140f25a5080e81fe4ec15eef392c2 /util.c
parent088aac85971f3f1571c7f90569c95d5025b1fd82 (diff)
downloadrsync-1bbd10fe070d8b07a8c4991e17d1fc04295fe42e.tar.gz
Remove the "rsync:" prefixes on FINFO messages. Return the "building file
list ... done" to the way it was in 2.5.1 and before when not using -P. Apply the file list progress messages when receiving files in addition to sending files.
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
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