Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d667207 authored by Jeff Davidson's avatar Jeff Davidson Committed by Android (Google) Code Review
Browse files

Merge "Fix wording of debug log statement."

parents d30acb2e 461d9d0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
        }