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

Commit 25db8dc7 authored by Michael Lentine's avatar Michael Lentine Committed by Android (Google) Code Review
Browse files

Merge "Change output format to not throw warning on volantis." into lmp-dev

parents 5a350596 b54ee770
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -376,7 +376,7 @@ status_t HWComposer::queryDisplayProperties(int disp) {
                    config.ydpi = values[i] / 1000.0f;
                    break;
                default:
                    ALOG_ASSERT(false, "unknown display attribute[%d] %#x",
                    ALOG_ASSERT(false, "unknown display attribute[%zu] %#x",
                            i, DISPLAY_ATTRIBUTES[i]);
                    break;
            }