-
Notifications
You must be signed in to change notification settings - Fork 219
Closed
Description
Line 534 in af99f0f
log::info!("UEFI boot"); |
This line doesn't do anything write now. It basically functions as a comment. It should either be
- Removed
- Moved to be after calling
init_logger
(I don't think it's necessary sinceLine 115 in af99f0f
log::info!("UEFI bootloader started"); - Turned into a comment
Metadata
Metadata
Assignees
Labels
No labels