diff options
Diffstat (limited to 'Private/Source/KernelCheck.cxx')
| -rw-r--r-- | Private/Source/KernelCheck.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/Source/KernelCheck.cxx b/Private/Source/KernelCheck.cxx index 593190e1..30c76050 100644 --- a/Private/Source/KernelCheck.cxx +++ b/Private/Source/KernelCheck.cxx @@ -47,7 +47,7 @@ void ke_stop(const HCore::Int &id) { } case RUNTIME_CHECK_BOOTSTRAP: { kcout << "*** CAUSE: RUNTIME_CHECK_BOOTSTRAP *** \r\n"; - kcout << "*** WHAT: BAD BOOT. *** \r\n"; + kcout << "*** WHAT: INVALID BOOT SEQUENCE. *** \r\n"; break; } case RUNTIME_CHECK_HANDSHAKE: { |
