From a3f127b8e8d7c339460ea9929d4086c201de180f Mon Sep 17 00:00:00 2001 From: eeb Date: Mon, 6 Dec 2004 22:07:15 +0000 Subject: [PATCH] * fixed compiler warning --- lustre/portals/utils/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 1.8.3.1