From 9b6bf8aa5411ff14086fb5b342c7969ebade7e1a Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Thu, 27 Jun 2013 14:07:38 +1000 Subject: [PATCH] Assemble: remove some stray tracing. Was introduced in: Assemble: when forcing a single-degraded RAID6 array, trigger a 'repair'. Signed-off-by: NeilBrown --- Assemble.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Assemble.c b/Assemble.c index 383b149..cf7e444 100644 --- a/Assemble.c +++ b/Assemble.c @@ -1066,8 +1066,6 @@ static int start_array(int mdfd, } } } - printf("l=%d o=%d r=%d w=%d\n",content->array.level, - okcnt, content->array.raid_disks, was_forced); if (content->array.level == 6 && okcnt + 1 == (unsigned)content->array.raid_disks && was_forced) {