From a383702471263fc6c93677da1aeceac8e9e29af3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 24 May 2018 17:20:48 +0800 Subject: [PATCH] src/strip.vala --- src/strip.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strip.vala b/src/strip.vala index 0adfa93..3a19ff5 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -875,7 +875,7 @@ public class Strip : GLib.Object { var oldest = new DateTime.now_local(); oldest = oldest.add_months(-1 * StripApplication.opt_age_oldest); - GLib.debug("Checking directory %s is older than max: %d/%d/%d", subpath, oldest.get_year() , oldest.get_month(), oldest.get_day_of_month() ); + GLib.debug("Checking directory %s is older than min: %d/%d/%d", subpath, oldest.get_year() , oldest.get_month(), oldest.get_day_of_month() ); if (year < oldest.get_year()) { GLib.debug("Skip directory %s is older than min year: %d", subpath, oldest.get_year()); -- 2.39.2