Skip to content

Commit

Permalink
Update libclamav_rust/src/alz.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Micah Snyder <[email protected]>
  • Loading branch information
ragusaa and micahsnyder authored Mar 25, 2024
1 parent c3460d3 commit 9cf58c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libclamav_rust/src/alz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ impl AlzLocalFileHeader {

let mut len = self.compressed_size;
if self.compressed_size != self.uncompressed_size {
info!("Uncompressed file has different lengths for compressed vs uncompressed, using the shorter");
debug!("Uncompressed file has different lengths for compressed vs uncompressed, using the shorter");
if self.compressed_size > self.uncompressed_size {
len = self.uncompressed_size;
}
Expand Down

0 comments on commit 9cf58c7

Please sign in to comment.