diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-19 19:47:46 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-19 19:47:46 +0000 |
commit | 4e7dc635a689ed7435ec4c0c0a98fb6158fb2d09 (patch) | |
tree | 543aedb46c2ed5f432b0dd0f7ae73a943d655176 /sys | |
parent | 29229415a34db5497d4199945cebd12802241d7a (diff) |
shorter
Diffstat (limited to 'sys')
-rw-r--r-- | sys/ddb/db_trap.c | 5 |
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(); |