From 4d59dcc5b65e075f2a4e7326be8ea7a6297cea8e Mon Sep 17 00:00:00 2001 From: "Andrew R. Reiter" Date: Wed, 27 Feb 2002 20:20:42 +0000 Subject: - Insert a space in the panic() string in order more clearly show the message. --- sys/i386/i386/trap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/i386') diff --git a/sys/i386/i386/trap.c b/sys/i386/i386/trap.c index 504fddec849d..7752b59494e4 100644 --- a/sys/i386/i386/trap.c +++ b/sys/i386/i386/trap.c @@ -257,7 +257,7 @@ trap(frame) td->td_frame = &frame; #ifdef DIAGNOSTIC /* see the comment in ast() */ if (td->td_ucred) - panic("trap:thread got a cred while userspace"); + panic("trap: thread got a cred while userspace"); td->td_ucred = td->td_ucred_cache; td->td_ucred_cache = NULL; #endif /* DIAGNOSTIC */ -- cgit v1.3