Skip to content

Commit

Permalink
Try creating tracer (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma authored Oct 11, 2022
1 parent 3ee7ff6 commit 0d015a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ffi/dial_ffi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl Ffi {
/// Returns a pointer to a [`Ffi`]
#[no_mangle]
pub extern "C" fn init_rust_runtime() -> Box<Ffi> {
tracing_subscriber::fmt::init();
let _ = tracing_subscriber::fmt::try_init();
Box::new(Ffi::new())
}

Expand Down

0 comments on commit 0d015a3

Please sign in to comment.