From: Alan Knowles Date: Wed, 9 May 2018 10:01:31 +0000 (+0800) Subject: src/strip.vala X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=28a2f51570f582e02bd6ed7e898f115fd79da75c;p=app.mailtrimmer src/strip.vala src/strip.vala.c --- diff --git a/src/strip.vala b/src/strip.vala index a4190db..fe34bf7 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -759,7 +759,8 @@ public class Strip : GLib.Object { newest = oldest.add_months(-1 * StripApplication.opt_age_newest); rtspan = mailtime.difference(newest) / GLib.TimeSpan.DAY; if (rtspan > 0) { - GLib.debug("skip(2) file is %d days newer than %d months", (int)rtspan, StripApplication.opt_age_newest); + GLib.debug("skip(2) file is %d days newer than %d months : %s", (int)rtspan, StripApplication.opt_age_newest, + mailtime.format("%Y-%m-%d %H:%i:%s")); return; }