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

added prints

parent ca1c177d
No related branches found
No related tags found
3 merge requests!510Release,!267Make BuildReceptionIdentity public, and make backup restore function return a...,!263Hotfix/refactor cmd
...@@ -122,6 +122,7 @@ func loadCryptographicIdentity(kv *versioned.KV) (*CryptographicIdentity, error) ...@@ -122,6 +122,7 @@ func loadCryptographicIdentity(kv *versioned.KV) (*CryptographicIdentity, error)
if err != nil { if err != nil {
return nil, err return nil, err
} }
jww.WARN.Printf("Attempting to migrate cryptographic identity to new version...")
// Populate E2E keys from legacy storage // Populate E2E keys from legacy storage
result.e2eDhPublicKey, result.e2eDhPrivateKey = loadLegacyDHKeys(kv) result.e2eDhPublicKey, result.e2eDhPrivateKey = loadLegacyDHKeys(kv)
// Migrate to the new version in storage // Migrate to the new version in storage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment