From 83f53948103af8dd2312f53173ee6733910f903f Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 29 Aug 2007 23:10:16 +0000 Subject: [PATCH] Make the verbose message about the file-list expansion clearer in what is being expanded. --- flist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" : ""); -- 2.34.1