limine: Only print missing internal module warning on verbose

This commit is contained in:
mintsuki 2024-01-07 01:50:18 +01:00
parent cc579a8da2
commit 4b7911ebd5

View File

@ -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);
}