From 690ff83251052061671f9bd72b9634f2cfdd7d6f Mon Sep 17 00:00:00 2001 From: hadaq Date: Fri, 16 Jul 2010 12:51:32 +0000 Subject: [PATCH] Debug default option. Sergey. --- disks/disks.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/disks/disks.c b/disks/disks.c index 82bad17..4d644c7 100644 --- a/disks/disks.c +++ b/disks/disks.c @@ -45,7 +45,8 @@ static void usage(const char *progName) static void argsDefault(TheArgs *my) { - my->sleepTime = 1; + my->sleepTime = 10; + my->debug = 0; /* Initialize the array with shared mem segment numbers */ int i; -- 2.43.0