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

Commit 5294a45d authored by sqian's avatar sqian
Browse files

Change log for min present in RuimRecords

Bug: 128609067
Test: Treehugger
Change-Id: Ia453de2263b4c59c289a36eb57c76535f4077492
parent c81c3275
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -399,7 +399,7 @@ public class RuimRecords extends IccRecords {
                builder.append(String.format(Locale.US, "%d", digit7));
                builder.append(String.format(Locale.US, "%03d", last3digits));
                mMin = builder.toString();
                if (DBG) log("min present=" + mMin);
                if (DBG) log("min present=" + Rlog.pii(LOG_TAG, mMin));
            } else {
                if (DBG) log("min not present");
            }