Skip to content

Commit

Permalink
Merge pull request #721 from onekey-sec/improve-tar-logging
Browse files Browse the repository at this point in the history
fix(handler): increase tar handler debug log verbosity level.
  • Loading branch information
qkaiser authored Jan 24, 2024
2 parents 793fd03 + dcc7585 commit 0edb621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unblob/handlers/archive/tar.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ def signed_sum(octets) -> int:
"Invalid checksum format",
actual_last_2_bytes=header.chksum[6:8],
handler=self.NAME,
verbosity=3,
)
return None
checksum = decode_int(header.chksum[:6], 8)
Expand Down

0 comments on commit 0edb621

Please sign in to comment.