summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tapls.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tapls.c b/tapls.c
index 0f7fe97..7b0ab9c 100644
--- a/tapls.c
+++ b/tapls.c
@@ -161,7 +161,8 @@ static void TAPLoad(const char *path, FILE **tapfile, int dump)
/* Check the checksum
*/
- printf("%s: checksums %s\n", path,
+ printf("%s: checksums %u (calc) %u (tape) %s\n", path,
+ (unsigned)csum, (unsigned)tape_csum,
csum == tape_csum ? "match":"don't match");
}
}