Merge "Fix wording of debug log statement."

This commit is contained in:
Jeff Davidson
2014-04-28 19:13:26 +00:00
committed by Android (Google) Code Review

View File

@@ -94,7 +94,7 @@ public final class ActiveNetworkScorerDialog extends AlertActivity implements
}
newName = pm.getApplicationInfo(mNewPackageName, 0).loadLabel(pm);
} catch (NameNotFoundException e) {
Log.e(TAG, "Unable to look up package info for scorers", e);
Log.e(TAG, "Unable to find package info for scorers", e);
return false;
}