From: Wayne Davison Date: Tue, 22 May 2007 03:58:18 +0000 (+0000) Subject: One more output_flist() call that should verify if my analysis X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/ae87c43452b2b2d81d4e9c66153948d4ba334b5d One more output_flist() call that should verify if my analysis of the Solaris 10 host's merge-test failure is correct or not. --- diff --git a/flist.c b/flist.c index 13000cec..717d268f 100644 --- a/flist.c +++ b/flist.c @@ -1336,6 +1336,9 @@ static void add_dirs_to_tree(int parent_ndx, int start, int end) qsort(dir_flist->sorted + start, end - start + 1, sizeof dir_flist->sorted[0], (int (*)())file_compare); + if (verbose > 3) + output_flist(dir_flist); + for (i = start; i <= end; i++) { struct file_struct *file = dir_flist->sorted[i]; if (!(file->flags & FLAG_XFER_DIR)