Skip to content

Commit

Permalink
Clone sender index
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Jun 26, 2024
1 parent 6cac566 commit 20c2ce6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions openmls/src/group/core_group/new_from_welcome.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ impl StagedCoreWelcome {
let start_time = std::time::Instant::now();
let sender_index = self.welcome_sender_index();
log::info!(
"Getting to sender index took {}ms",
start_time.elapsed().as_millis()
"Getting to sender index took {}ms. Sender index is {}",
start_time.elapsed().as_millis(),
sender_index.clone()
);
let val = self
.public_group
Expand Down

0 comments on commit 20c2ce6

Please sign in to comment.