From c909d384f6afc403fa1a8b1f0d117b3aa5226aa3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 24 May 2018 17:33:37 +0800 Subject: [PATCH] src/strip.vala src/strip.vala.c --- src/strip.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strip.vala b/src/strip.vala index 4840b90..afada7e 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 = oldest.difference(oldest) / GLib.TimeSpan.DAY; - GLib.debug("Checking oldest % days difference", (int)rtspan ); + 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; -- 2.39.2