summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>2001-08-19 19:47:45 +0000
committerart <art@openbsd.org>2001-08-19 19:47:45 +0000
commitcf9784fa4b0b9337f0dc0019af2eba56685b759f (patch)
tree9c3238a87ad447c4900616c442909839fe51ce89
parentMake more money for mickey (count entire IP packets for statistics, not just (diff)
downloadwireguard-openbsd-cf9784fa4b0b9337f0dc0019af2eba56685b759f.tar.xz
wireguard-openbsd-cf9784fa4b0b9337f0dc0019af2eba56685b759f.zip
shorter
-rw-r--r--sys/ddb/db_trap.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/ddb/db_trap.c b/sys/ddb/db_trap.c
index 807a29f6f38..aa0dfe35060 100644
--- a/sys/ddb/db_trap.c
+++ b/sys/ddb/db_trap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_trap.c,v 1.8 2001/08/19 16:12:05 art Exp $ */
+/* $OpenBSD: db_trap.c,v 1.9 2001/08/19 19:47:45 art Exp $ */
/* $NetBSD: db_trap.c,v 1.9 1996/02/05 01:57:18 christos Exp $ */
/*
@@ -76,13 +76,10 @@ db_trap(type, code)
if (panicstr != NULL) {
if (db_print_position() != 0)
db_printf("\n");
- db_printf("\n\n**********************************\n");
db_printf("RUN AT LEAST 'trace' AND 'ps' AND INCLUDE "
"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");
- db_printf("**********************************\n\n");
}
db_command_loop();