summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2016-12-31 01:21:42 +0100
committerDees Troy <dees_troy@teamw.in>2017-01-18 17:50:55 +0100
commita0cd91d3171aead0f952ef8ede5b5bbd69940e0f (patch)
tree946b654af7083d6e8f51b39988a412c57386675f
parentDo not disable performance mode too early for backup (diff)
downloadandroid_bootable_recovery-a0cd91d3171aead0f952ef8ede5b5bbd69940e0f.tar
android_bootable_recovery-a0cd91d3171aead0f952ef8ede5b5bbd69940e0f.tar.gz
android_bootable_recovery-a0cd91d3171aead0f952ef8ede5b5bbd69940e0f.tar.bz2
android_bootable_recovery-a0cd91d3171aead0f952ef8ede5b5bbd69940e0f.tar.lz
android_bootable_recovery-a0cd91d3171aead0f952ef8ede5b5bbd69940e0f.tar.xz
android_bootable_recovery-a0cd91d3171aead0f952ef8ede5b5bbd69940e0f.tar.zst
android_bootable_recovery-a0cd91d3171aead0f952ef8ede5b5bbd69940e0f.zip
-rw-r--r--partition.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/partition.cpp b/partition.cpp
index 81374f803..359d70c86 100644
--- a/partition.cpp
+++ b/partition.cpp
@@ -1735,6 +1735,7 @@ string TWPartition::Get_Restore_File_System(PartitionSettings *part_settings) {
return string();
}
Restore_File_System.resize(second_period);
+ LOGINFO("Restore file system is: '%s'.\n", Restore_File_System.c_str());
return Restore_File_System;
}