[Ocfs2-tools-commits] zab commits r332 - trunk/mkfs.ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Oct 15 10:48:07 CDT 2004


Author: zab
Date: 2004-10-15 10:48:05 -0500 (Fri, 15 Oct 2004)
New Revision: 332

Modified:
   trunk/mkfs.ocfs2/mkfs.c
Log:
o don't print a u64 with '%d', tempting though it is.


Modified: trunk/mkfs.ocfs2/mkfs.c
===================================================================
--- trunk/mkfs.ocfs2/mkfs.c	2004-10-15 02:10:07 UTC (rev 331)
+++ trunk/mkfs.ocfs2/mkfs.c	2004-10-15 15:48:05 UTC (rev 332)
@@ -630,8 +630,8 @@
 			    val < OCFS2_MIN_JOURNAL_SIZE ||
 			    val > max_journal_size) {
 				com_err(progname, 0,
-					"Invalid journal size %s: "
-					"must be between %d and %d bytes",
+					"Invalid journal size %s: must be "
+					"between %d and %"PRIu64" bytes",
 					optarg,
 					OCFS2_MIN_JOURNAL_SIZE,
 					max_journal_size);



More information about the Ocfs2-tools-commits mailing list