diff --git a/postgres_toolkit/pt_verify_checksum.py b/postgres_toolkit/pt_verify_checksum.py index 0936b3c..1378267 100644 --- a/postgres_toolkit/pt_verify_checksum.py +++ b/postgres_toolkit/pt_verify_checksum.py @@ -119,7 +119,7 @@ def verify(self): log.info(("%d verified (%d valid, %d corrupted, %d disabled/error). " "%d skipped.") % - (count, count - error, corrupted, error, skipped)) + (count, count - error - corrupted, corrupted, error, skipped)) if corrupted == 0: return True