diff options
Diffstat (limited to 'lib/libdisk')
| -rw-r--r-- | lib/libdisk/create_chunk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libdisk/create_chunk.c b/lib/libdisk/create_chunk.c index 177e6c861959..5981ac15e54c 100644 --- a/lib/libdisk/create_chunk.c +++ b/lib/libdisk/create_chunk.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: create_chunk.c,v 1.21.2.4 1995/10/20 07:00:40 jkh Exp $ + * $Id: create_chunk.c,v 1.21.2.5 1995/11/17 23:04:04 jkh Exp $ * */ @@ -31,7 +31,7 @@ static int isDebug() { - static int debug = 1; /* Allow debugger to tweak it */ + static int debug = 0; /* Allow debugger to tweak it */ return debug; } |
