commit | b54ee7704e46529e02386cf39eba93a34a527c61 | [log] [tgz] |
---|---|---|
author | Michael Lentine <mlentine@google.com> | Thu Aug 07 14:54:23 2014 -0700 |
committer | Michael Lentine <mlentine@google.com> | Thu Aug 07 14:54:23 2014 -0700 |
tree | 09213bffc3c690cc1a608c9d35a7860afd134eef | |
parent | 5af281f4abb0401ebb4e614291a19780b71f236c [diff] [blame] |
Change output format to not throw warning on volantis. Change-Id: Id66eb61bdb1ceccfb7aefa0aa70793dac807c257
diff --git a/services/surfaceflinger/DisplayHardware/HWComposer.cpp b/services/surfaceflinger/DisplayHardware/HWComposer.cpp index 6769031..53409d1 100644 --- a/services/surfaceflinger/DisplayHardware/HWComposer.cpp +++ b/services/surfaceflinger/DisplayHardware/HWComposer.cpp
@@ -376,7 +376,7 @@ 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; }