X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/384431886a70c745beb72a4196a0231a658f4745..de91e757244a51006bdc1297df16f26782e3e5d2:/flist.c diff --git a/flist.c b/flist.c index b66c19af..e905a18f 100644 --- a/flist.c +++ b/flist.c @@ -949,6 +949,10 @@ void send_file_name(int f, struct file_list *flist, char *fname, struct exclude_list_struct last_list = local_exclude_list; local_exclude_list.head = local_exclude_list.tail = NULL; send_directory(f, flist, f_name_to(file, fbuf)); + if (verbose > 2) { + rprintf(FINFO, "[%s] popping %sexclude list\n", + who_am_i(), local_exclude_list.debug_type); + } free_exclude_list(&local_exclude_list); local_exclude_list = last_list; }