Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0cd91d3 authored by Matt Mower's avatar Matt Mower Committed by Dees Troy
Browse files

Restore file system type logline on restore

Change-Id: I2b961a75f500c657ff7a82698957060f85e95ab8
parent 02899551
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
}