Skip to content

Commit

Permalink
Add if val is ok
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Jun 26, 2024
1 parent 20c2ce6 commit 0d66e58
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 @@ -62,8 +62,9 @@ impl StagedCoreWelcome {
"no leaf with given welcome sender index exists",
));
log::info!(
"Getting to leaf node took {}ms",
start_time.elapsed().as_millis()
"Getting to leaf node took {}ms. Val is ok: {}",
start_time.elapsed().as_millis(),
val.is_ok()
);

val
Expand Down

0 comments on commit 0d66e58

Please sign in to comment.