Skip to content
Snippets Groups Projects
Commit d8f37c22 authored by Stefan Lankes's avatar Stefan Lankes
Browse files

use a constant value to define the debug level

parent 830944d5
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ pub struct KernelLogger {
}
/// default logger to handle kernel messages
pub static LOGGER: KernelLogger = KernelLogger { log_level: LogLevel::Info };
pub const LOGGER: KernelLogger = KernelLogger { log_level: LogLevel::Info };
macro_rules! printlog {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment