X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=programs%2Fimagex.c;h=142d809163af8ea019bd22fee93a41ddc3056099;hp=5f2bd7b59c1bd141524ce39905435398859296a2;hb=d65879dcf517ee6cd5256b48e3ac2525b1d1c0e8;hpb=a267f3e6b9df128bd4bdf5d39b951868dd4528ab diff --git a/programs/imagex.c b/programs/imagex.c index 5f2bd7b5..142d8091 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -1159,6 +1159,14 @@ imagex_progress_func(enum wimlib_progress_msg msg, imagex_printf(T("\nWARNING: Excluding unsupported file or directory\n" " \"%"TS"\" from capture\n"), info->scan.cur_path); break; + case WIMLIB_SCAN_DENTRY_EXCLUDED_SYMLINK: + imagex_printf(T("\nWARNING: Ignoring absolute symbolic link " + "with out-of-tree target:\n" + " \"%"TS"\" => \"%"TS"\"\n" + " (Use --norpfix to capture " + "absolute symbolic links as-is)\n"), + info->scan.cur_path, info->scan.symlink_target); + break; } break; case WIMLIB_PROGRESS_MSG_SCAN_END: