From 98c6faba80e6db0693f99faf5c6525ef4f1fb680 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Thu, 22 Jan 2004 02:10:29 +0000 Subject: mdadm-1.5.0 --- Examine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Examine.c') diff --git a/Examine.c b/Examine.c index 983f90a..2dd76b5 100644 --- a/Examine.c +++ b/Examine.c @@ -162,7 +162,7 @@ int Examine(mddev_dev_t devlist, int brief, int scan, int SparcAdjust) if (calc_sb_csum(&super) == super.sb_csum) printf(" Checksum : %x - correct\n", super.sb_csum); else - printf(" Checksum : %x - expected %x\n", super.sb_csum, calc_sb_csum(&super)); + printf(" Checksum : %x - expected %lx\n", super.sb_csum, calc_sb_csum(&super)); if (SparcAdjust) { /* 2.2 sparc put the events in the wrong place * So we copy the tail of the superblock -- cgit