Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky committed Sep 7, 2023
1 parent f736060 commit 991674a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/proxy/sessions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ impl Session {
) -> Result<Self, super::PipelineError> {
let (shutdown_tx, shutdown_rx) = watch::channel::<()>(());

ADDRESS_MAP.insert(args.dest.address.clone(), ());
ADDRESS_MAP.insert(dest.address.clone(), ());

tracing::info!(
%args.dest.address,
endpoint.tokens=%args.dest.metadata.known.tokens.iter().map(crate::utils::base64_encode).join(", "),
%dest.address,
endpoint.tokens=%dest.metadata.known.tokens.iter().map(crate::utils::base64_encode).join(", "),
"incrementing session endpoint counter"
);

Expand Down

0 comments on commit 991674a

Please sign in to comment.