Make use of log()/debug()
This commit is contained in:
parent
d1a5d7d43d
commit
6eb04c8c40
2 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue