]> wimlib.net Git - wimlib/blobdiff - src/ntfs-capture.c
Print each file or directory excluded
[wimlib] / src / ntfs-capture.c
index 96650502597e6b9d20e7d4d970d1e319c34d8dd0..03c8720af1e568686e444e2bbfe5ec72f08a92cf 100644 (file)
@@ -511,7 +511,7 @@ build_dentry_tree_ntfs_recursive(struct wim_dentry **root_p,
        if (exclude_path(path, path_len, config, false)) {
                /* Exclude a file or directory tree based on the capture
                 * configuration file */
-               if ((add_image_flags & WIMLIB_ADD_IMAGE_FLAG_VERBOSE)
+               if ((add_image_flags & WIMLIB_ADD_IMAGE_FLAG_EXCLUDE_VERBOSE)
                    && progress_func)
                {
                        union wimlib_progress_info info;