From d6f6c63d781a70a9789515c00da5e811ba4cd5d0 Mon Sep 17 00:00:00 2001 From: arr 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/amd64/amd64/trap.c | 2 +- sys/i386/i386/trap.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/amd64/amd64/trap.c b/sys/amd64/amd64/trap.c index 504fdde..7752b59 100644 --- a/sys/amd64/amd64/trap.c +++ b/sys/amd64/amd64/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 */ diff --git a/sys/i386/i386/trap.c b/sys/i386/i386/trap.c index 504fdde..7752b59 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.1