Whamcloud - gitweb
add enough arguments for the printf format string.
authorjacob <jacob>
Wed, 2 Mar 2005 23:57:05 +0000 (23:57 +0000)
committerjacob <jacob>
Wed, 2 Mar 2005 23:57:05 +0000 (23:57 +0000)
lustre/utils/lfs.c

index 54d94d9..659ad92 100644 (file)
@@ -104,7 +104,7 @@ static int lfs_setstripe(int argc, char **argv)
         page_size = 65536;
         if (getpagesize() > page_size) {
                 fprintf(stderr, "WARNING: your page size (%d) is larger than "
-                        "expected.\n");
+                        "expected.\n", getpagesize());
                 page_size = getpagesize();
         }
         if (st_size % page_size) {