Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/raidframe Nuke a printf that *I* added at least as e...



details:   https://anonhg.NetBSD.org/src/rev/1f30eb167917
branches:  trunk
changeset: 493999:1f30eb167917
user:      oster <oster%NetBSD.org@localhost>
date:      Thu Jun 29 00:22:27 2000 +0000

description:
Nuke a printf that *I* added at least as early as Nov, 1998, and which is
as bogus now as it was then.

diffstat:

 sys/dev/raidframe/rf_map.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r b4cdb42223ce -r 1f30eb167917 sys/dev/raidframe/rf_map.c
--- a/sys/dev/raidframe/rf_map.c        Wed Jun 28 21:13:35 2000 +0000
+++ b/sys/dev/raidframe/rf_map.c        Thu Jun 29 00:22:27 2000 +0000
@@ -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_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++;



Home | Main Index | Thread Index | Old Index