We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49e0ce6 + 5b9afc1 commit 269e3d7Copy full SHA for 269e3d7
unblob/handlers/archive/tar.py
@@ -139,7 +139,7 @@ def signed_sum(octets) -> int:
139
return sum(b if b < 128 else 256 - b for b in octets)
140
141
if header.chksum[6:8] not in (b"\x00 ", b" \x00"):
142
- logger.error(
+ logger.debug(
143
"Invalid checksum format",
144
actual_last_2_bytes=header.chksum[6:8],
145
handler=self.NAME,
0 commit comments