summaryrefslogtreecommitdiff
path: root/flist.c
diff options
context:
space:
mode:
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 8ec488c6..dd4073db 100644
--- a/flist.c
+++ b/flist.c
@@ -291,7 +291,7 @@ static void flist_expand(struct file_list *flist)
new_ptr = realloc(flist->files, new_bytes);
- if (verbose > 2) {
+ if (verbose >= 2) {
rprintf(FINFO, RSYNC_NAME ": expand file_list to %.0f bytes, did%s move\n",
(double) new_bytes,
(new_ptr == flist->files) ? " not" : "");