summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern')
-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