]> wimlib.net Git - wimlib/blobdiff - programs/imagex.c
Add progress messages for WIMBoot apply exclude
[wimlib] / programs / imagex.c
index 32f24c3884b451147509d36722b3a302ed0e8847..bc16624a17e2c174a1d9ce7511c3d06a88d8db6f 100644 (file)
@@ -1208,6 +1208,10 @@ imagex_progress_func(enum wimlib_progress_msg msg,
                imagex_printf(T("Updating \"%"TS"\" in WIM image\n"),
                              info->replace.path_in_wim);
                break;
                imagex_printf(T("Updating \"%"TS"\" in WIM image\n"),
                              info->replace.path_in_wim);
                break;
+       case WIMLIB_PROGRESS_MSG_WIMBOOT_EXCLUDE:
+               imagex_printf(T("\nExtracting \"%"TS"\" as normal file (not WIMBoot pointer)\n"),
+                             info->wimboot_exclude.path_in_wim);
+               break;
        default:
                break;
        }
        default:
                break;
        }