X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwrite.c;h=8b09449036b2ac52ad016278fe6f0f4180a91700;hp=311eff9ca23f5dc40e5c3a384e8464f603a204b4;hb=16aab5992bfe8c33e2815b4ce5c9ebd7ec130c21;hpb=cbeb81145e2532bfcf3f5e58c6be000615f54953 diff --git a/src/write.c b/src/write.c index 311eff9c..8b094490 100644 --- a/src/write.c +++ b/src/write.c @@ -94,6 +94,8 @@ begin_wim_resource_chunk_tab(const struct wim_lookup_table_entry *lte, size_t alloc_size = sizeof(struct chunk_table) + num_chunks * sizeof(u64); struct chunk_table *chunk_tab = CALLOC(1, alloc_size); + DEBUG("Begin chunk table for stream with size %"PRIu64, size); + if (!chunk_tab) { ERROR("Failed to allocate chunk table for %"PRIu64" byte " "resource", size);