From ce2b2827e5db45a411a40126d4baec56798666a2 Mon Sep 17 00:00:00 2001 From: oster Date: Thu, 29 Jun 2000 00:22:27 +0000 Subject: Nuke a printf that *I* added at least as early as Nov, 1998, and which is as bogus now as it was then. --- sys/dev/raidframe/rf_map.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/dev/raidframe') diff --git a/sys/dev/raidframe/rf_map.c b/sys/dev/raidframe/rf_map.c index 030688d6341..ca569219d04 100644 --- a/sys/dev/raidframe/rf_map.c +++ b/sys/dev/raidframe/rf_map.c @@ -1,4 +1,4 @@ -/* $NetBSD: rf_map.c,v 1.4 1999/08/13 03:41:56 oster Exp $ */ +/* $NetBSD: rf_map.c,v 1.5 2000/06/29 00:22:27 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -268,7 +268,6 @@ rf_MarkFailuresInASMList(raidPtr, asm_h) RF_MAX_FAILED_PDA * sizeof(RF_PhysDiskAddr_t *)); for (pda = asmap->physInfo; pda; pda = pda->next) { if (RF_DEAD_DISK(disks[pda->row][pda->col].status)) { - printf("DEAD DISK BOGUSLY DETECTED!!\n"); asmap->numDataFailed++; asmap->failedPDAs[asmap->numFailedPDAs] = pda; asmap->numFailedPDAs++; -- cgit