commit | a0cd91d3171aead0f952ef8ede5b5bbd69940e0f | [log] [tgz] |
---|---|---|
author | Matt Mower <mowerm@gmail.com> | Fri Dec 30 18:21:42 2016 -0600 |
committer | Dees Troy <dees_troy@teamw.in> | Wed Jan 18 17:50:55 2017 +0100 |
tree | 946b654af7083d6e8f51b39988a412c57386675f | |
parent | 028995512b36242a2292948b457a255b96c77d9b [diff] [blame] |
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; }