Skip to content
Snippets Groups Projects
Commit 52f4dade authored by Jake Taylor's avatar Jake Taylor
Browse files

add logging

parent 0121617b
No related branches found
No related tags found
2 merge requests!510Release,!258Hotfix/integration fixes
...@@ -293,6 +293,7 @@ var rootCmd = &cobra.Command{ ...@@ -293,6 +293,7 @@ var rootCmd = &cobra.Command{
authConfirmed = true authConfirmed = true
} }
jww.INFO.Printf("Preexisting E2e partners: %+v", client.GetE2E().GetAllPartnerIDs())
if client.GetE2E().HasAuthenticatedChannel(recipientID) { if client.GetE2E().HasAuthenticatedChannel(recipientID) {
jww.INFO.Printf("Authenticated channel already in "+ jww.INFO.Printf("Authenticated channel already in "+
"place for %s", recipientID) "place for %s", recipientID)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment