diff options
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_states.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_states.c b/sys/dev/raidframe/rf_states.c index 832b4f2f83f..a449a603089 100644 --- a/sys/dev/raidframe/rf_states.c +++ b/sys/dev/raidframe/rf_states.c @@ -1,4 +1,4 @@ -/* $NetBSD: rf_states.c,v 1.13 2000/01/09 00:00:18 oster Exp $ */ +/* $NetBSD: rf_states.c,v 1.14 2000/10/12 03:28:49 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -445,7 +445,7 @@ rf_State_CreateDAG(RF_RaidAccessDesc_t * desc) /* failed to create a dag */ /* this happens when there are too many faults or incomplete * dag libraries */ - printf("[Failed to create a DAG\n]"); + printf("[Failed to create a DAG]\n"); RF_PANIC(); } else { /* bind dags to desc */ |
