From: Alan Knowles Date: Wed, 9 May 2018 09:01:03 +0000 (+0800) Subject: src/strip.vala X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=c3b6387c3d389198b6e9394df95a89f59fbac7d5;p=app.mailtrimmer src/strip.vala src/strip.vala.c --- diff --git a/src/strip.vala b/src/strip.vala index 7220d9a..63ce4bd 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", (int)tspan, StripApplication.opt_min_age); + GLib.debug("File is %d days older than %d", (int)tspan, StripApplication.opt_min_age);