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

Commit 1b0225a4 authored by Felipe Leme's avatar Felipe Leme
Browse files

Fixed format.

Change-Id: If0322e3dcf56005541aa08e0ab91dae10d2d385d
parent 60869c9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)