Restore file system type logline on restore

Change-Id: I2b961a75f500c657ff7a82698957060f85e95ab8
diff --git a/partition.cpp b/partition.cpp
index 81374f8..359d70c 100644
--- a/partition.cpp
+++ b/partition.cpp
@@ -1735,6 +1735,7 @@
 		return string();
 	}
 	Restore_File_System.resize(second_period);
+	LOGINFO("Restore file system is: '%s'.\n", Restore_File_System.c_str());
 	return Restore_File_System;
 }