X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fmodify.c;h=2807370e1a52dcf39dcda613ed02715242474b24;hp=5a89fd6b16026b397525e3cecf0b606ae55ff431;hb=3efd3c749f6cef737951769ace2fc802d8d8e61c;hpb=b51021c82376ce8d2aecb206c8cbfc4ffa6d4f3a diff --git a/src/modify.c b/src/modify.c index 5a89fd6b..2807370e 100644 --- a/src/modify.c +++ b/src/modify.c @@ -86,6 +86,9 @@ static int build_dentry_tree(struct dentry *root, const char *root_disk_path, else stat_fn = lstat; + if (add_flags & WIMLIB_ADD_IMAGE_FLAG_VERBOSE) + printf("Scanning `%s'\n", root_disk_path); + ret = (*stat_fn)(root_disk_path, &root_stbuf); if (ret != 0) {