Merge "Fix wording of debug log statement."
This commit is contained in:
committed by
Android (Google) Code Review
commit
0d66720788
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user