summaryrefslogtreecommitdiffhomepage
path: root/Kernel/Sources
diff options
context:
space:
mode:
authorAmlal <amlal@zka.com>2024-08-05 20:41:52 +0200
committerAmlal <amlal@zka.com>2024-08-05 20:41:52 +0200
commiteb4f3414d2ca4ff518481afdd7b391f1c440fa9e (patch)
tree8dd88e44589e2479e182204414a18a41d9d41809 /Kernel/Sources
parenta039ff365ab15efae18b58d738a7b51a9b5e6769 (diff)
[BUMP] bumping sources.
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'Kernel/Sources')
-rw-r--r--Kernel/Sources/ProcessScheduler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Sources/ProcessScheduler.cxx b/Kernel/Sources/ProcessScheduler.cxx
index c004e932..7c839a74 100644
--- a/Kernel/Sources/ProcessScheduler.cxx
+++ b/Kernel/Sources/ProcessScheduler.cxx
@@ -45,7 +45,7 @@ namespace Kernel
void PROCESS_HEADER_BLOCK::Crash()
{
kcout << (*this->Name == 0 ? "Kernel" : this->Name) << ": crashed. (id = ";
- kcout.Number(kErrorProcessFault);
+ kcout << number(kErrorProcessFault);
kcout << ")\r";
if (Kernel::ProcessScheduler::The().Leak().CurrentTeam().AsArray().Count() < 1)