am a5cbb1f1: am ef1c17ae: SurfaceFlinger: Make log message 64-bit compatible

* commit 'a5cbb1f18b6eb4e0db27d98bea0731393b7438d1':
  SurfaceFlinger: Make log message 64-bit compatible
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp
index 3077d0a..fff7451 100644
--- a/services/surfaceflinger/SurfaceFlinger.cpp
+++ b/services/surfaceflinger/SurfaceFlinger.cpp
@@ -2010,7 +2010,7 @@
             ++blameCounts[blame.second];
         }
 
-        ALOGI("FD Blame: %d open fds", currentFds.size());
+        ALOGI("FD Blame: %zu open fds", currentFds.size());
         for (auto blame : blameCounts) {
             std::string layers;
             for (auto layer : blame.first) {