summaryrefslogtreecommitdiff
path: root/rust/examples/dwarf/dwarf_export/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/examples/dwarf/dwarf_export/src/lib.rs')
-rw-r--r--rust/examples/dwarf/dwarf_export/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/examples/dwarf/dwarf_export/src/lib.rs b/rust/examples/dwarf/dwarf_export/src/lib.rs
index 057abe27..05592f5f 100644
--- a/rust/examples/dwarf/dwarf_export/src/lib.rs
+++ b/rust/examples/dwarf/dwarf_export/src/lib.rs
@@ -781,7 +781,7 @@ impl Command for MyCommand {
#[no_mangle]
pub extern "C" fn CorePluginInit() -> bool {
- init(LevelFilter::Debug).expect("Unable to initialize logger");
+ init(LevelFilter::Debug);
register(
"Export as DWARF",