Move decryption error from logerror to loginfo
Change-Id: Iffa01968dfb92d2cc91b0b6a33c87d7f270430db
This commit is contained in:
committed by
Captain Throwback
parent
2c2d559113
commit
6d5d08a1c0
+1
-1
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user