X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fresource.c;h=e8f1114412b5940b07fe8db69caba304772eb6ae;hp=3c0804b0d3a98c4f9f5e83b8afe21f8c90cf769b;hb=e1ec9c16b55adb6947b4d1ff46dc847430db4746;hpb=6c71ffe3bf00c347a33e7ce31458664017287abc diff --git a/src/resource.c b/src/resource.c index 3c0804b0..e8f11144 100644 --- a/src/resource.c +++ b/src/resource.c @@ -644,7 +644,7 @@ int extract_wim_resource(const struct wim_lookup_table_entry *lte, if (!hashes_equal(hash, lte->hash)) { #ifdef ENABLE_ERROR_MESSAGES ERROR("Invalid checksum on the following WIM resource:"); - print_lookup_table_entry(lte); + print_lookup_table_entry(lte, stderr); #endif return WIMLIB_ERR_INVALID_RESOURCE_HASH; }