From b3067fd524234e263e58b215d0fb24d414bf1c34 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 11 Jan 1999 05:12:41 +0000 Subject: panic prints a newline for you, don't do it in the panic string --- sys/arch/alpha/tc/tc_3000_300.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/alpha/tc/tc_3000_300.c') diff --git a/sys/arch/alpha/tc/tc_3000_300.c b/sys/arch/alpha/tc/tc_3000_300.c index 890bfa6fc7f..e5eaf6be79b 100644 --- a/sys/arch/alpha/tc/tc_3000_300.c +++ b/sys/arch/alpha/tc/tc_3000_300.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tc_3000_300.c,v 1.5 1996/10/30 22:41:16 niklas Exp $ */ +/* $OpenBSD: tc_3000_300.c,v 1.6 1999/01/11 05:11:04 millert Exp $ */ /* $NetBSD: tc_3000_300.c,v 1.12 1996/10/13 03:00:37 christos Exp $ */ /* @@ -178,7 +178,7 @@ tc_3000_300_intrnull(val) void *val; { - panic("tc_3000_300_intrnull: uncaught TC intr for cookie %ld\n", + panic("tc_3000_300_intrnull: uncaught TC intr for cookie %ld", (u_long)val); } -- cgit v1.2.3