X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=programs%2Fimagex.c;h=bc16624a17e2c174a1d9ce7511c3d06a88d8db6f;hp=32f24c3884b451147509d36722b3a302ed0e8847;hb=0cf4f7d1cc404113224c15cc13662acf742f2bf4;hpb=eeb96703721a2ba6c64ec63f2c330515e8992b4f diff --git a/programs/imagex.c b/programs/imagex.c index 32f24c38..bc16624a 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -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; + 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; }