am 64d54042: Merge change I61c08260 into eclair

Merge commit '64d54042ff5c2c736a65f200296dbc3bceaa9029' into eclair-mr2

* commit '64d54042ff5c2c736a65f200296dbc3bceaa9029':
  Futher reduce the logging of EriManager.
This commit is contained in:
Robert Greenwalt
2009-10-13 14:11:54 -07:00
committed by Android Git Automerger

View File

@@ -288,7 +288,7 @@ public final class EriManager {
if (isEriFileLoaded) {
EriInfo eriInfo = getEriInfo(roamInd);
if (eriInfo != null) {
if (DBG) Log.d(LOG_TAG, "ERI roamInd " + roamInd + " found in ERI file");
if (VDBG) Log.v(LOG_TAG, "ERI roamInd " + roamInd + " found in ERI file");
ret = new EriDisplayInformation(
eriInfo.mIconIndex,
eriInfo.mIconMode,