Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: trace to debug for netsime
  • Loading branch information
Frando committed Nov 18, 2025
commit ab321af5c8c5f3c1b30bf8d0b0271aac53baf0c2
2 changes: 1 addition & 1 deletion iroh/src/magicsock/remote_map/remote_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ impl RemoteStateActor {
dst: transports::Addr,
owned_transmit: OwnedTransmit,
) -> n0_error::Result<()> {
trace!(?dst, "send datagram");
debug!(?dst, "send datagram");
let transmit = transports::Transmit {
ecn: owned_transmit.ecn,
contents: owned_transmit.contents.as_ref(),
Expand Down
Loading