mirror of
https://github.com/limine-bootloader/limine
synced 2024-11-26 10:29:54 +03:00
limine: Only print missing internal module warning on verbose
This commit is contained in:
parent
cc579a8da2
commit
4b7911ebd5
@ -773,7 +773,7 @@ FEAT_START
|
||||
if (module_required) {
|
||||
panic(true, "limine: Failed to open module with path `%#`. Is the path correct?", module_path);
|
||||
}
|
||||
print("limine: Warning: Non-required internal module `%#` not found\n", module_path);
|
||||
printv("limine: Warning: Non-required internal module `%#` not found\n", module_path);
|
||||
if (module_path_allocated) {
|
||||
pmm_free(module_path, 1024);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user