src/strip.vala
[app.mailtrimmer] / src / strip.vala
index 2206efe..7b11106 100644 (file)
@@ -737,7 +737,7 @@ public class Strip : GLib.Object {
                                        if (timez != 0) {
                                                mailtime = new DateTime.from_unix_utc(timez);
                                                this.created_date = mailtime.format("%Y-%m-%d %H:%M:%S");
-                                               GLib.debug("Time is %d",this.created_date);
+                                               GLib.debug("Time is %s",this.created_date);
                                                // if it's not mailfort we can use that date to determine where to store it...
                                                if (!StripApplication.opt_scan_mailfort) {
                                                        this.created_dir = mailtime.format("%Y/%m/%d");