Fix wording of debug log statement.

Change-Id: I59f47dcb9d92b32ab38a7f473b020de9d399d932
This commit is contained in:
Jeff Davidson
2014-04-28 11:23:13 -07:00
parent dfd550097f
commit 461d9d0b0f

View File

@@ -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;
} }