commit | 26774a02f9ea809bd8061dee11d1f78d524a0f90 | [log] [tgz] |
---|---|---|
author | bigbiff bigbiff <bigbiff@teamw.in> | Sat Mar 29 18:22:00 2014 -0400 |
committer | bigbiff bigbiff <bigbiff@teamw.in> | Wed Apr 02 20:22:31 2014 -0400 |
tree | dad8ee10c82bd52ea6400d78ea0add27a9c2927c | |
parent | b0425385b13c7ab07082e7fa32ace826c5bf7b40 [diff] [blame] |
Stop printing Unable to mount to console if storage is removable. We will still print to recovery.log Change-Id: I19e3df2e977e09e222733f13324051334982b05d
diff --git a/partition.cpp b/partition.cpp index 2ebb5c5..56cae1e 100644 --- a/partition.cpp +++ b/partition.cpp
@@ -1001,7 +1001,7 @@ } } 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());