From 0fd804ababec3197b979a855f10bf866225c5c5a Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Sat, 2 Mar 2024 01:32:51 +0200 Subject: [PATCH] Replace debug statement with KPrint --- kernel_vfs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel_vfs.cpp b/kernel_vfs.cpp index d63db1f..dd3bd26 100644 --- a/kernel_vfs.cpp +++ b/kernel_vfs.cpp @@ -42,7 +42,7 @@ EXTERNC NIF void KernelVFS() if (strcmp(bInfo.Modules[i].CommandLine, "initrd") == 0) { - debug("Found initrd at %p", bInfo.Modules[i].Address); + KPrint("initrd found at %p", bInfo.Modules[i].Address); static char initrd = 0; if (!initrd++) {