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:
+1
-1
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user