src/strip.vala
authorAlan Knowles <alan@roojs.com>
Thu, 24 May 2018 09:01:42 +0000 (17:01 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 24 May 2018 09:01:42 +0000 (17:01 +0800)
src/strip.vala

index ed7fee2..b9c1fee 100644 (file)
@@ -882,6 +882,7 @@ public class Strip : GLib.Object {
                                return;
                        }
                if (year == oldest.get_year() &&  month == oldest.get_month() && day < oldest.get_day()) {
+                               GLib.debug("Skip directory %s is older than min year: %d/%d/%d", subpath, oldest.get_year() , oldest.get_month(), oldest.get_day() );           
                                return;
                        }