Move decryption error from logerror to loginfo

Change-Id: Iffa01968dfb92d2cc91b0b6a33c87d7f270430db
This commit is contained in:
Mauronofrio Matarrese
2019-12-03 14:25:25 +01:00
committed by Captain Throwback
parent 2c2d559113
commit 6d5d08a1c0
+1 -1
View File
@@ -667,7 +667,7 @@ void TWPartition::Setup_Data_Partition(bool Display_Error) {
LOGINFO("Trying wrapped key.\n");
property_set("fbe.data.wrappedkey", "true");
if (!Decrypt_FBE_DE()) {
LOGERR("Unable to decrypt FBE device\n");
LOGINFO("Unable to decrypt device\n");
}
}
}