From 1b0225a4792d92ff67ac8a0aa79352fad40bd805 Mon Sep 17 00:00:00 2001 From: Felipe Leme Date: Tue, 9 Feb 2016 16:35:14 -0800 Subject: [PATCH] Fixed format. Change-Id: If0322e3dcf56005541aa08e0ab91dae10d2d385d --- cmds/dumpstate/dumpstate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp index df9333a0b1..6520e3b031 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp @@ -144,7 +144,7 @@ void add_mountinfo() { mount_points.clear(); DurationReporter duration_reporter(title, NULL); for_each_pid(do_mountinfo, NULL); - MYLOGD("%s: %zu entries added to zip file\n", title, mount_points.size()); + MYLOGD("%s: %d entries added to zip file\n", title, (int) mount_points.size()); } static void dump_dev_files(const char *title, const char *driverpath, const char *filename) -- 2.11.0