From 5a221a0ba51b55e671efac8f8708a4ab28414816 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 10 Feb 2025 15:33:03 +0100 Subject: ADD FMT TO KERNEL LOGGER. Signed-off-by: Amlal El Mahrouss --- dev/Kernel/src/FS/NeFS.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/Kernel/src') diff --git a/dev/Kernel/src/FS/NeFS.cc b/dev/Kernel/src/FS/NeFS.cc index 91c6820e..529bacbe 100644 --- a/dev/Kernel/src/FS/NeFS.cc +++ b/dev/Kernel/src/FS/NeFS.cc @@ -235,7 +235,7 @@ _Output NEFS_CATALOG_STRUCT* NeFileSystemParser::CreateCatalog(_Input const Char _Input const Int32& flags, _Input const Int32& kind) { - kout << "CreateCatalog(...)\r"; + kout << "CreateCatalog(*...*)\r"; Lba out_lba = 0UL; -- cgit v1.2.3