From 4e7dc635a689ed7435ec4c0c0a98fb6158fb2d09 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Sun, 19 Aug 2001 19:47:46 +0000 Subject: shorter --- sys/ddb/db_trap.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys') 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(); -- cgit v1.2.3