aboutsummaryrefslogtreecommitdiffstats
path: root/flist.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-08-29 23:10:16 +0000
committerWayne Davison <wayned@samba.org>2007-08-29 23:10:16 +0000
commit83f53948103af8dd2312f53173ee6733910f903f (patch)
tree24f4dff0eddfdd6835055190a5a80de23ff8c37c /flist.c
parent24d677fc16b62a3b6c320e3edb5016b5fa193e8b (diff)
downloadandroid_external_rsync-83f53948103af8dd2312f53173ee6733910f903f.tar.gz
android_external_rsync-83f53948103af8dd2312f53173ee6733910f903f.tar.bz2
android_external_rsync-83f53948103af8dd2312f53173ee6733910f903f.zip
Make the verbose message about the file-list expansion clearer in
what is being expanded.
Diffstat (limited to 'flist.c')
-rw-r--r--flist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flist.c b/flist.c
index e9fc97b6..bd26b798 100644
--- a/flist.c
+++ b/flist.c
@@ -296,7 +296,7 @@ static void flist_expand(struct file_list *flist, int extra)
flist->malloced);
if (verbose >= 2 && flist->malloced != FLIST_START) {
- rprintf(FCLIENT, "[%s] expand file_list to %.0f bytes, did%s move\n",
+ rprintf(FCLIENT, "[%s] expand file_list pointer array to %.0f bytes, did%s move\n",
who_am_i(),
(double)sizeof flist->files[0] * flist->malloced,
(new_ptr == flist->files) ? " not" : "");