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

Commit b54ee770 authored by Michael Lentine's avatar Michael Lentine
Browse files

Change output format to not throw warning on volantis.

Change-Id: Id66eb61bdb1ceccfb7aefa0aa70793dac807c257
parent 5af281f4
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;
            }