summaryrefslogtreecommitdiff
path: root/sys/ddb
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-08-19 16:12:06 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-08-19 16:12:06 +0000
commitdc7d2f83954a761466ca0e0e497a0dfd72a0ec2a (patch)
tree8143a40eef22ba0c2238d34b3efa60e2a6f66b1a /sys/ddb
parent6a805f9e365f0948b08db0a50581a85dfd1143aa (diff)
shorten the message to fit on a line.
Diffstat (limited to 'sys/ddb')
-rw-r--r--sys/ddb/db_trap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_trap.c b/sys/ddb/db_trap.c
index fb828af96a7..807a29f6f38 100644
--- a/sys/ddb/db_trap.c
+++ b/sys/ddb/db_trap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_trap.c,v 1.7 2001/08/18 18:50:59 art Exp $ */
+/* $OpenBSD: db_trap.c,v 1.8 2001/08/19 16:12:05 art Exp $ */
/* $NetBSD: db_trap.c,v 1.9 1996/02/05 01:57:18 christos Exp $ */
/*
@@ -78,7 +78,7 @@ db_trap(type, code)
db_printf("\n");
db_printf("\n\n**********************************\n");
db_printf("RUN AT LEAST 'trace' AND 'ps' AND INCLUDE "
- "THE OUTPUT WHEN REPORTING THIS PANIC!\n");
+ "OUTPUT WHEN REPORTING THIS PANIC!\n");
db_printf("DO NOT EVEN BOTHER REPORTING THIS WITHOUT "
"INCLUDING THAT INFORMATION!\n");
db_printf("DON'T WASTE OUR TIME!\n");