Make use of log()/debug()

This commit is contained in:
Jozef Nagy 2025-05-24 21:15:57 +02:00
parent d1a5d7d43d
commit 6eb04c8c40
Signed by untrusted user who does not match committer: crz
GPG key ID: 459A4811CEAC7068
2 changed files with 5 additions and 5 deletions

View file

@ -49,7 +49,7 @@ void loader_load(struct axboot_entry *entry)
break;
}
default: {
log("Entry doesn't have a supported protocol!\n");
log("loader_load(): Entry doesn't have a supported protocol!\n");
break;
}
}