From: eeb Date: Mon, 6 Dec 2004 22:07:15 +0000 (+0000) Subject: * fixed compiler warning X-Git-Tag: v1_8_0_110~486^5~87 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=a3f127b8e8d7c339460ea9929d4086c201de180f;p=fs%2Flustre-release.git * fixed compiler warning --- diff --git a/lustre/portals/utils/debug.c b/lustre/portals/utils/debug.c index 6fb4576..16af0b5 100644 --- a/lustre/portals/utils/debug.c +++ b/lustre/portals/utils/debug.c @@ -543,7 +543,7 @@ int jt_dbg_debug_daemon(int argc, char **argv) size > max_size || *end != 0) { fprintf(stderr, "size %s invalid, must be in " - "the range %d-%d MB\n", argv[3], + "the range %ld-%ld MB\n", argv[3], min_size, max_size); goto out; }