Skip to content

Commit

Permalink
fix(handler): increase tar handler debug log verbosity level.
Browse files Browse the repository at this point in the history
Follow-up to 5b9afc1
  • Loading branch information
qkaiser committed Jan 23, 2024
1 parent 793fd03 commit dcc7585
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 dcc7585

Please sign in to comment.