Commit 83f53948 authored by Wayne Davison's avatar Wayne Davison

Make the verbose message about the file-list expansion clearer in

what is being expanded.
parent 24d677fc
......@@ -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" : "");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment