Skip to content

Commit

Permalink
set_log_level add _ result
Browse files Browse the repository at this point in the history
  • Loading branch information
pi-pi-miao committed Oct 21, 2024
1 parent b0d89db commit 797ad39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ macro_rules! main {
}

pub fn set_log_level(level: types::LogLevel) {
logger::set_log_level(level);
let _ = logger::set_log_level(level);
}

pub fn set_root_context(callback: types::NewRootContext) {
Expand Down

0 comments on commit 797ad39

Please sign in to comment.