diff options
author | 2003-01-19 14:27:01 +0000 | |
---|---|---|
committer | 2003-01-19 14:27:01 +0000 | |
commit | b421ff3776c9527f51e029c3b197543ea70a6aa0 (patch) | |
tree | 2b2be4059cb53d01ee94943aa2f9c0dc677eceb8 /sys/dev/raidframe/rf_reconstruct.c | |
parent | format string fixes (diff) | |
download | wireguard-openbsd-b421ff3776c9527f51e029c3b197543ea70a6aa0.tar.xz wireguard-openbsd-b421ff3776c9527f51e029c3b197543ea70a6aa0.zip |
Wording.
Diffstat (limited to 'sys/dev/raidframe/rf_reconstruct.c')
-rw-r--r-- | sys/dev/raidframe/rf_reconstruct.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/raidframe/rf_reconstruct.c b/sys/dev/raidframe/rf_reconstruct.c index 6d9ac0a05ca..9c2611a9120 100644 --- a/sys/dev/raidframe/rf_reconstruct.c +++ b/sys/dev/raidframe/rf_reconstruct.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rf_reconstruct.c,v 1.13 2002/12/16 07:01:05 tdeval Exp $ */ +/* $OpenBSD: rf_reconstruct.c,v 1.14 2003/01/19 14:27:01 tdeval Exp $ */ /* $NetBSD: rf_reconstruct.c,v 1.26 2000/06/04 02:05:13 oster Exp $ */ /* @@ -568,7 +568,7 @@ rf_ReconstructInPlace(RF_Raid_t *raidPtr, RF_RowCol_t row, RF_RowCol_t col) */ if (raidPtr->raid_cinfo[row][col].ci_vp != NULL) { - printf("Closing the open device: %s\n", + printf("Closing the opened device: %s\n", raidPtr->Disks[row][col].devname); vp = raidPtr->raid_cinfo[row][col].ci_vp; ac = raidPtr->Disks[row][col].auto_configured; @@ -643,7 +643,7 @@ rf_ReconstructInPlace(RF_Raid_t *raidPtr, RF_RowCol_t row, RF_RowCol_t col) spareDiskPtr = &raidPtr->Disks[row][col]; spareDiskPtr->status = rf_ds_used_spare; - printf("RECON: initiating in-place reconstruction on\n"); + printf("RECON: Initiating in-place reconstruction on\n"); printf(" row %d col %d -> spare at row %d col %d.\n", row, col, row, col); |