Debugging line

This commit is contained in:
quexeky
2024-10-26 16:47:27 +11:00
parent c51e7618bd
commit ddc585dc23

View File

@ -83,7 +83,7 @@ pub fn download_game_chunk(ctx: DropDownloadContext) {
info!("Matched Checksum {}", res); info!("Matched Checksum {}", res);
} }
else { else {
info!("Checksum failed. Original: {}, Calculated: {}", ctx.checksum, res); info!("Checksum failed. Original: {}, Calculated: {} for {}", ctx.checksum, res, ctx.file_name);
info!("Other Checksum: {}", hex::encode(checksum.to_le_bytes())); info!("Other Checksum: {}", hex::encode(checksum.to_le_bytes()));
} }