summaryrefslogtreecommitdiff
path: root/debian/mdadm.config
diff options
context:
space:
mode:
authormadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-10-26 20:42:03 +0000
committermadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-10-26 20:42:03 +0000
commit488e6bc8a934da39e7f7f657c83499677475e98c (patch)
tree6976b60536314bc1825aa0c21dd154cb3d7af164 /debian/mdadm.config
parent0aa16ba9b4f6a83811f5702bd682870e9636a1b0 (diff)
more cleanup of output messages
Diffstat (limited to 'debian/mdadm.config')
-rw-r--r--debian/mdadm.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/mdadm.config b/debian/mdadm.config
index 7dcb8504..fbda0d0b 100644
--- a/debian/mdadm.config
+++ b/debian/mdadm.config
@@ -95,8 +95,8 @@ while true; do
if [ $error -ne 0 ] && [ $ret -eq 30 ]; then
# there was an error in a previous run of this loop, but the above question
# was not asked, so we better exit the endless loop...
- echo "W: unable to determine MD arrays needed for boot." >&2
- echo "W: falling back to starting all of them..." >&2
+ echo "W: mdadm: unable to determine MD arrays needed for boot." >&2
+ echo "W: mdadm: falling back to starting all of them..." >&2
INITRDSTART=all
break
fi