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

Commit 71cbe3c4 authored by Marin Shalamanov's avatar Marin Shalamanov
Browse files

LocalDisplayAdapter: Fix log line

Test: n/a
Change-Id: I4bbccecb9d5afdd5dddf0751fb3fdabd2d1fe94c
parent 8bad1fb0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -326,7 +326,7 @@ final class LocalDisplayAdapter extends DisplayAdapter {
            if (mActiveModeId != NO_DISPLAY_MODE_ID
                    && mActiveModeId != activeRecord.mMode.getModeId()) {
                Slog.d(TAG, "The active mode was changed from SurfaceFlinger or the display"
                        + "device.");
                        + " device to " + activeRecord.mMode);
                mActiveModeId = activeRecord.mMode.getModeId();
                activeModeChanged = true;
                sendTraversalRequestLocked();