mirror of
https://github.com/Drop-OSS/drop-app
synced 2026-08-27 22:23:04 -04:00
Debugging line
This commit is contained in:
parent
c51e7618bd
commit
ddc585dc23
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ pub fn download_game_chunk(ctx: DropDownloadContext) {
|
|||
info!("Matched Checksum {}", res);
|
||||
}
|
||||
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()));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue