X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=programs%2Fimagex.c;h=f7d8b66558389d97e16b7b16086588d1ebf37a34;hp=f3b75e0b22f0144a8fd0c548b10bde7b55bb31ca;hb=abfc6acdbf39b8d8bd869ae26650ac983139cfe0;hpb=13949d5667fbdc6eaa0466615d1b32a145d06ecd diff --git a/programs/imagex.c b/programs/imagex.c index f3b75e0b..f7d8b665 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -407,8 +407,7 @@ static int imagex_progress_func(enum wimlib_progress_msg msg, info->extract.target); break; case WIMLIB_PROGRESS_MSG_EXTRACT_IMAGE_END: - printf("Done applying WIM image.\n", - info->extract.image); + printf("Done applying WIM image.\n"); if (info->extract.extract_flags & WIMLIB_EXTRACT_FLAG_NTFS) { printf("Unmounting NTFS volume `%s'...\n", info->extract.target);