]> wimlib.net Git - wimlib/commitdiff
imagex_progress_func(): Fix printf
authorEric Biggers <ebiggers3@gmail.com>
Sat, 24 Nov 2012 04:14:47 +0000 (22:14 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 24 Nov 2012 04:14:47 +0000 (22:14 -0600)
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);