]> wimlib.net Git - wimlib/commitdiff
win32_apply.c: Fix error message
authorEric Biggers <ebiggers3@gmail.com>
Thu, 22 May 2014 16:53:35 +0000 (11:53 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Thu, 22 May 2014 16:53:35 +0000 (11:53 -0500)
src/win32_apply.c

index 2926883cd343991d8dd7a6f3702beebf29b198c5..ee45acb4901fd79625903532bc205682917b272c 100644 (file)
@@ -1761,7 +1761,10 @@ end_extract_stream(struct wim_lookup_table_entry *stream, int status, void *_ctx
                        dentry = list_first_entry(&ctx->reparse_dentries,
                                                  struct wim_dentry, tmp_list);
                        build_extraction_path(dentry, ctx);
-                       ERROR("Invalid reparse point", current_path(ctx));
+                       ERROR("Reparse data of \"%ls\" has size "
+                             "%"PRIu64" bytes (exceeds %u bytes)",
+                             current_path(ctx), stream->size,
+                             REPARSE_DATA_MAX_SIZE);
                        return WIMLIB_ERR_INVALID_REPARSE_DATA;
                }
                /* In the WIM format, reparse streams are just the reparse data