Whamcloud - gitweb
* fixed compiler warning
authoreeb <eeb>
Mon, 6 Dec 2004 22:07:15 +0000 (22:07 +0000)
committereeb <eeb>
Mon, 6 Dec 2004 22:07:15 +0000 (22:07 +0000)
lustre/portals/utils/debug.c

index 6fb4576..16af0b5 100644 (file)
@@ -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;
                         }