small fix

This commit is contained in:
Adam Hathcock
2026-08-01 12:49:47 +01:00
parent bc06a9df8b
commit 2a2218bcf7

View File

@@ -39,7 +39,7 @@ internal partial class RarCrcStream : RarStream
)
{
// NOTE: we use the last FileHeader in a multipart volume to check CRC
throw new InvalidFormatException("file crc mismatch");
throw new InvalidFormatException("file crc mismatch: " + _key);
}
return result;