Skip to content

Commit 1aaa3c0

Browse files
JonahPlusPlusGabrielMajeri
authored andcommitted
Update lib.rs
Removed `log::set_max_level(log::LevelFilter::Info);`
1 parent 805e744 commit 1aaa3c0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

uefi-services/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@ unsafe fn init_logger(st: &mut SystemTable<Boot>) {
110110

111111
// Set the logger.
112112
log::set_logger(logger).unwrap(); // Can only fail if already initialized.
113-
114-
// Log everything.
115-
log::set_max_level(log::LevelFilter::Info);
116113
}
117114

118115
/// Notify the utility library that boot services are not safe to call anymore

0 commit comments

Comments
 (0)