Make the verbose message about the file-list expansion clearer in
authorWayne Davison <wayned@samba.org>
Wed, 29 Aug 2007 23:10:16 +0000 (23:10 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 29 Aug 2007 23:10:16 +0000 (23:10 +0000)
what is being expanded.

flist.c

diff --git a/flist.c b/flist.c
index e9fc97b..bd26b79 100644 (file)
--- 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" : "");