Restore file system type logline on restore

Change-Id: I2b961a75f500c657ff7a82698957060f85e95ab8
This commit is contained in:
Matt Mower
2016-12-30 18:21:42 -06:00
committed by Dees Troy
parent 028995512b
commit a0cd91d317

View File

@@ -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;
}