Skip to content

Commit 4ba4180

Browse files
committed
adjustments
1 parent 1b7305b commit 4ba4180

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

common/src/main/java/com/microsoft/identity/common/internal/util/AndroidKeyStoreUtil.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,11 +455,11 @@ public static synchronized SecretKey unwrap(@NonNull final byte[] wrappedKeyBlob
455455
if (keyStoreException != null) {
456456
ksMessage = keyStoreException.getMessage();
457457
if (ksMessage == null) {
458-
ksMessage = "";
458+
ksMessage = "Keystore exception found, no error message";
459459
}
460460
ksNumericErrorCode = getNumericErrorCodeFromKeyStoreException(keyStoreException);
461461
} else {
462-
ksMessage = "No Keystore Exception Found";
462+
ksMessage = "No keystore exception found";
463463
ksNumericErrorCode = "";
464464
}
465465

0 commit comments

Comments
 (0)