From 9ab9ae20eb6426465618d78bd9bf74bc43424b31 Mon Sep 17 00:00:00 2001
From: Jake Taylor <jake@elixxir.io>
Date: Wed, 13 Jul 2022 16:46:29 -0500
Subject: [PATCH] added prints

---
 storage/user/cryptographic.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/storage/user/cryptographic.go b/storage/user/cryptographic.go
index 21e4265bf..8c245fc70 100644
--- a/storage/user/cryptographic.go
+++ b/storage/user/cryptographic.go
@@ -122,6 +122,7 @@ func loadCryptographicIdentity(kv *versioned.KV) (*CryptographicIdentity, error)
 		if err != nil {
 			return nil, err
 		}
+		jww.WARN.Printf("Attempting to migrate cryptographic identity to new version...")
 		// Populate E2E keys from legacy storage
 		result.e2eDhPublicKey, result.e2eDhPrivateKey = loadLegacyDHKeys(kv)
 		// Migrate to the new version in storage
-- 
GitLab