From: Alan Knowles Date: Thu, 24 May 2018 09:35:59 +0000 (+0800) Subject: src/strip.vala X-Git-Url: http://git.roojs.org/?p=app.mailtrimmer;a=commitdiff_plain;h=f67361a9f2f1297a8e3db42dc4dbf58be279e3f7 src/strip.vala src/strip.vala.c --- diff --git a/src/strip.vala b/src/strip.vala index da97976..46623eb 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -761,7 +761,7 @@ public class Strip : GLib.Object { var oldest = new DateTime.now_local(); oldest = oldest.add_months(-1 * StripApplication.opt_age_oldest); var rtspan = mailtime.difference(oldest) / GLib.TimeSpan.DAY; - GLib.debug("Checking oldest %s to %s %s days difference", rtspan.to_string() ); + GLib.debug("Checking oldest %d days difference", (int)rtspan ); if (rtspan < 0) { GLib.debug("skip(2) file is %d days older than %d months", (int)rtspan, StripApplication.opt_age_oldest); return;