Stop printing Unable to mount to console if storage is removable. We will still print to

recovery.log

Change-Id: I19e3df2e977e09e222733f13324051334982b05d
This commit is contained in:
bigbiff bigbiff
2014-03-29 18:22:00 -04:00
parent b0425385b1
commit 26774a02f9
+1 -1
View File
@@ -1001,7 +1001,7 @@ bool TWPartition::Mount(bool Display_Error) {
}
} else {
#endif
if (Display_Error)
if (!Removable && Display_Error)
LOGERR("Unable to mount '%s'\n", Mount_Point.c_str());
else
LOGINFO("Unable to mount '%s'\n", Mount_Point.c_str());