summaryrefslogtreecommitdiffhomepage
path: root/Kernel
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel')
-rw-r--r--Kernel/Sources/ThreadLocalStorage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Sources/ThreadLocalStorage.cxx b/Kernel/Sources/ThreadLocalStorage.cxx
index a48b942c..904488c1 100644
--- a/Kernel/Sources/ThreadLocalStorage.cxx
+++ b/Kernel/Sources/ThreadLocalStorage.cxx
@@ -53,7 +53,7 @@ EXTERN_C Void tls_check_syscall_impl(NewOS::VoidPtr TIB) noexcept
if (!tls_check_tib(tib))
{
- kcout << "newoskrnl: Verification failed, Crashing...\r";
+ kcout << "newoskrnl: crashing because of an invalid TIB...\r";
ProcessScheduler::The().Leak().TheCurrent().Leak().Crash();
}