summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_shutdown.c
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2008-11-23 21:05:22 +0000
committerdwmalone <dwmalone@FreeBSD.org>2008-11-23 21:05:22 +0000
commite3dcd91abeec3377e2e4082153d2eaa1da7ef3de (patch)
tree9cabce06b91cefaae0054771a4d8b9db8d6adafc /sys/kern/kern_shutdown.c
parent936ec723e146d4cf7ef6c57493488c1b2658a6d4 (diff)
downloadFreeBSD-src-e3dcd91abeec3377e2e4082153d2eaa1da7ef3de.zip
FreeBSD-src-e3dcd91abeec3377e2e4082153d2eaa1da7ef3de.tar.gz
It's possible that the dump device has gone away after it was
configured, change the message to let people know this is a possibility. I've slightly changed the message from the one submitted by Pekka to keep the printf on one line. Submitted by: Pekka Savola <pekkas@netcore.fi>
Diffstat (limited to 'sys/kern/kern_shutdown.c')
-rw-r--r--sys/kern/kern_shutdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_shutdown.c b/sys/kern/kern_shutdown.c
index 238abc7..157da53 100644
--- a/sys/kern/kern_shutdown.c
+++ b/sys/kern/kern_shutdown.c
@@ -238,7 +238,7 @@ doadump(void)
* Give them a clue as to why they can't dump.
*/
if (dumper.dumper == NULL) {
- printf("Cannot dump. No dump device defined.\n");
+ printf("Cannot dump. Device not defined or unavailable.\n");
return;
}
OpenPOWER on IntegriCloud