diff options
| author | oster <oster@NetBSD.org> | 2000-02-25 02:06:34 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 2000-02-25 02:06:34 +0000 |
| commit | e4e4483cb75ea325991e147c8648223bea7a1e42 (patch) | |
| tree | 1901c94dc74bdc72325b8a28f8b05f3c91989507 /sys/dev/raidframe | |
| parent | 3dacaa322d1f1c57a3e8c5bc600a70dc26c6dcda (diff) | |
Fix a (slightly) bogus status message.
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_reconstruct.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_reconstruct.c b/sys/dev/raidframe/rf_reconstruct.c index 8b1e7c4ebbc..ffb5d39e11a 100644 --- a/sys/dev/raidframe/rf_reconstruct.c +++ b/sys/dev/raidframe/rf_reconstruct.c @@ -1,4 +1,4 @@ -/* $NetBSD: rf_reconstruct.c,v 1.18 2000/02/24 04:39:41 oster Exp $ */ +/* $NetBSD: rf_reconstruct.c,v 1.19 2000/02/25 02:06:34 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -771,7 +771,8 @@ rf_ContinueReconstructFailedDisk(reconDesc) rf_ResumeNewRequests(raidPtr); - printf("Reconstruction of disk at row %d col %d completed and spare disk reassigned\n", row, col); + printf("Reconstruction of disk at row %d col %d completed\n", + row, col); xor_s = raidPtr->accumXorTimeUs / 1000000; xor_resid_us = raidPtr->accumXorTimeUs % 1000000; printf("Recon time was %d.%06d seconds, accumulated XOR time was %ld us (%ld.%06ld)\n", |
