OSDN Git Service

Fixed format.
authorFelipe Leme <felipeal@google.com>
Wed, 10 Feb 2016 00:35:14 +0000 (16:35 -0800)
committerFelipe Leme <felipeal@google.com>
Wed, 10 Feb 2016 00:35:14 +0000 (16:35 -0800)
Change-Id: If0322e3dcf56005541aa08e0ab91dae10d2d385d

cmds/dumpstate/dumpstate.cpp

index df9333a..6520e3b 100644 (file)
@@ -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)