summaryrefslogtreecommitdiffstats
path: root/partitionmanager.cpp
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2013-08-24 14:42:03 +0200
committerGerrit Code Review <gerrit@198.50.184.117>2013-08-24 14:42:03 +0200
commit728630d9e445b47e50758c3daccc3b97b0307bd7 (patch)
tree722816ff9ba9b99d8b515433505f184c8cfbb706 /partitionmanager.cpp
parentMerge "graphics: update BOARD_HAS_FLIPPED_SCREEN function to work with 16bpp or 32bpp" into twrp2.5 (diff)
parentFix AOSP decrypt when TouchWiz code is present (diff)
downloadandroid_bootable_recovery-728630d9e445b47e50758c3daccc3b97b0307bd7.tar
android_bootable_recovery-728630d9e445b47e50758c3daccc3b97b0307bd7.tar.gz
android_bootable_recovery-728630d9e445b47e50758c3daccc3b97b0307bd7.tar.bz2
android_bootable_recovery-728630d9e445b47e50758c3daccc3b97b0307bd7.tar.lz
android_bootable_recovery-728630d9e445b47e50758c3daccc3b97b0307bd7.tar.xz
android_bootable_recovery-728630d9e445b47e50758c3daccc3b97b0307bd7.tar.zst
android_bootable_recovery-728630d9e445b47e50758c3daccc3b97b0307bd7.zip
Diffstat (limited to 'partitionmanager.cpp')
-rw-r--r--partitionmanager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/partitionmanager.cpp b/partitionmanager.cpp
index fb3da5aa1..71e5e34f3 100644
--- a/partitionmanager.cpp
+++ b/partitionmanager.cpp
@@ -1453,6 +1453,7 @@ int TWPartitionManager::Decrypt_Device(string Password) {
sdcard->Mount(false);
}
} else {
+ LOGINFO("External storage '%s' is not encrypted.\n", sdcard->Mount_Point.c_str());
sdcard->Is_Decrypted = false;
sdcard->Decrypted_Block_Device = "";
}