From: Alan Knowles Date: Wed, 9 May 2018 09:00:46 +0000 (+0800) Subject: src/strip.vala X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=2642fa86ae877a0f6d1715258984b3c8aaf67211;p=app.mailtrimmer src/strip.vala --- diff --git a/src/strip.vala b/src/strip.vala index 240def7..7220d9a 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -729,7 +729,7 @@ public class Strip : GLib.Object { var oldest = new DateTime.now_local(); oldest.add_months(-1 * StripApplication.opt_min_age); var tspan = mailtime.difference(oldest) / GLib.TimeSpan.DAY; - GLib.log("File is %d days older than %d", tspan, StripApplication.opt_min_age); + GLib.log("File is %d days older than %d", (int)tspan, StripApplication.opt_min_age);