summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA/Sources/DLLInterface.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZKA/Sources/DLLInterface.cxx')
-rw-r--r--dev/ZKA/Sources/DLLInterface.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZKA/Sources/DLLInterface.cxx b/dev/ZKA/Sources/DLLInterface.cxx
index 13ee07cf..1c08b860 100644
--- a/dev/ZKA/Sources/DLLInterface.cxx
+++ b/dev/ZKA/Sources/DLLInterface.cxx
@@ -21,6 +21,6 @@ using namespace Kernel;
EXTERN_C void __zka_pure_call(void)
{
- kcout << "newoskrnl: Unimplemented entrypoint symbol!\r";
+ kcout << "newoskrnl.dll: Unimplemented entrypoint symbol!\r";
UserProcessScheduler::The().CurrentProcess().Leak().Crash();
}