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

Commit 71c4b00d authored by Pavel Grafov's avatar Pavel Grafov
Browse files

Fix log format string

Bug: 335663055
Change-Id: I8100ac021369102b0957fdc20876fcddc8878608
Test: TH
Flag: EXEMPT - debugging code, not executed.
parent 2535a652
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -663,7 +663,7 @@ class SecurityLogMonitor implements Runnable {
            }
        }
        if (DEBUG) {
            Slogf.d(TAG, "Adding audit %d events to % already present in the buffer",
            Slogf.d(TAG, "Adding audit %d events to %d already present in the buffer",
                    events.size(), mAuditLogEventBuffer.size());
        }
        mAuditLogEventBuffer.addAll(events);