Skip to content

log::info! called before initializing logger #475

Closed
@ChocolateLoverRaj

Description

@ChocolateLoverRaj

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 since
    log::info!("UEFI bootloader started");
  • Turned into a comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions