From: jacob Date: Wed, 2 Mar 2005 23:57:05 +0000 (+0000) Subject: add enough arguments for the printf format string. X-Git-Tag: v1_8_0_110~486^7~149 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=1e349a3cf5c394390a15ce6726420e3f36facbb8;p=fs%2Flustre-release.git add enough arguments for the printf format string. --- diff --git a/lustre/utils/lfs.c b/lustre/utils/lfs.c index 54d94d9..659ad92 100644 --- a/lustre/utils/lfs.c +++ b/lustre/utils/lfs.c @@ -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) {