From a0cd91d3171aead0f952ef8ede5b5bbd69940e0f Mon Sep 17 00:00:00 2001 From: Matt Mower Date: Fri, 30 Dec 2016 18:21:42 -0600 Subject: Restore file system type logline on restore Change-Id: I2b961a75f500c657ff7a82698957060f85e95ab8 --- partition.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'partition.cpp') 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; } -- cgit v1.2.3