summaryrefslogtreecommitdiffstats
path: root/partitionmanager.cpp
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2013-01-15 17:51:18 +0100
committerDees_Troy <dees_troy@teamw.in>2013-01-15 17:52:41 +0100
commit16c2b318279e2ee22cfa85b3caf07a8a899e98f1 (patch)
tree523dba10f67a4c99bf0e79cd237bb13494800c4b /partitionmanager.cpp
parentCheck to ensure that external is encrypted (diff)
downloadandroid_bootable_recovery-16c2b318279e2ee22cfa85b3caf07a8a899e98f1.tar
android_bootable_recovery-16c2b318279e2ee22cfa85b3caf07a8a899e98f1.tar.gz
android_bootable_recovery-16c2b318279e2ee22cfa85b3caf07a8a899e98f1.tar.bz2
android_bootable_recovery-16c2b318279e2ee22cfa85b3caf07a8a899e98f1.tar.lz
android_bootable_recovery-16c2b318279e2ee22cfa85b3caf07a8a899e98f1.tar.xz
android_bootable_recovery-16c2b318279e2ee22cfa85b3caf07a8a899e98f1.tar.zst
android_bootable_recovery-16c2b318279e2ee22cfa85b3caf07a8a899e98f1.zip
Diffstat (limited to 'partitionmanager.cpp')
-rw-r--r--partitionmanager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/partitionmanager.cpp b/partitionmanager.cpp
index 7ebd64f0b..76824a79a 100644
--- a/partitionmanager.cpp
+++ b/partitionmanager.cpp
@@ -163,6 +163,8 @@ void TWPartitionManager::Output_Partition(TWPartition* Part) {
printf("Is_Storage ");
if (Part->Ignore_Blkid)
printf("Ignore_Blkid ");
+ if (Part->Retain_Layout_Version)
+ printf("Retain_Layout_Version ");
printf("\n");
if (!Part->SubPartition_Of.empty())
printf(" SubPartition_Of: %s\n", Part->SubPartition_Of.c_str());