mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-12 15:52:43 +10:00
Debugging line
This commit is contained in:
@ -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()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user