Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Nov 25, 2024
1 parent 87acc7f commit bc9d420
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion iroh/examples/transfer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ async fn provide(size: u64, relay_url: Option<String>) -> anyhow::Result<()> {
let node_id = iroh_net::endpoint::get_remote_node_id(&conn)?;
info!(
"new connection from {node_id} with ALPN {} (coming from {})",
String::from_utf8_lossy(&TRANSFER_ALPN),
String::from_utf8_lossy(TRANSFER_ALPN),
conn.remote_address()
);

Expand Down

0 comments on commit bc9d420

Please sign in to comment.