X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/75f162e46fe7c14d3f65bfd5d895332373ec56d2..83f53948103af8dd2312f53173ee6733910f903f:/flist.c 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" : "");