]> wimlib.net Git - wimlib/blobdiff - programs/imagex.c
imagex_progress_func(): Fix printf
[wimlib] / programs / imagex.c
index f3b75e0b22f0144a8fd0c548b10bde7b55bb31ca..f7d8b66558389d97e16b7b16086588d1ebf37a34 100644 (file)
@@ -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);