X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fntfs-capture.c;h=03c8720af1e568686e444e2bbfe5ec72f08a92cf;hp=96650502597e6b9d20e7d4d970d1e319c34d8dd0;hb=237947e198385359a0c618b664d73bf4db36c405;hpb=dc59c6191f7b3e5d20ee2c105c74e3b18202a92f diff --git a/src/ntfs-capture.c b/src/ntfs-capture.c index 96650502..03c8720a 100644 --- a/src/ntfs-capture.c +++ b/src/ntfs-capture.c @@ -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;