Fix wording of debug log statement.
Change-Id: I59f47dcb9d92b32ab38a7f473b020de9d399d932
This commit is contained in:
@@ -94,7 +94,7 @@ public final class ActiveNetworkScorerDialog extends AlertActivity implements
|
|||||||
}
|
}
|
||||||
newName = pm.getApplicationInfo(mNewPackageName, 0).loadLabel(pm);
|
newName = pm.getApplicationInfo(mNewPackageName, 0).loadLabel(pm);
|
||||||
} catch (NameNotFoundException e) {
|
} 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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user