Skip to content

Commit

Permalink
Print the identity being added
Browse files Browse the repository at this point in the history
Signed-off-by: Wiktor Kwapisiewicz <[email protected]>
  • Loading branch information
wiktor-k committed Apr 15, 2024
1 parent 56dc974 commit 6c400d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/key_storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ impl KeyStorage {
identity,
constraints,
}) => {
eprintln!("Would use these constraints: {constraints:#?}");
eprintln!("Adding identity {identity:#?} with constraints {constraints:#?}");
for constraint in constraints {
if let KeyConstraint::Extension(name, mut details) = constraint {
if name == "[email protected]" {
Expand Down

0 comments on commit 6c400d6

Please sign in to comment.