Skip to content

Commit

Permalink
feat(iroh-net): Log the crate version number
Browse files Browse the repository at this point in the history
This adds a DEBUG-level log logging the crate version number.
  • Loading branch information
flub committed Sep 24, 2024
1 parent 8fb92f3 commit 39e1255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh-net/src/endpoint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ impl Endpoint {
Arc::new(quinn::TokioRuntime),
)?;
trace!("created quinn endpoint");

debug!(version = env!("CARGO_PKG_VERSION"), "iroh Endpoint created");
Ok(Self {
msock,
endpoint,
Expand Down

0 comments on commit 39e1255

Please sign in to comment.