Replace debug statement with KPrint

This commit is contained in:
EnderIce2 2024-03-02 01:32:51 +02:00
parent 000273aea0
commit 0fd804abab
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -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++)
{