src/strip.vala
authorAlan Knowles <alan@roojs.com>
Fri, 29 Jun 2018 07:33:27 +0000 (15:33 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 29 Jun 2018 07:33:27 +0000 (15:33 +0800)
src/strip.vala

index 5b55d52..fbd39d4 100644 (file)
@@ -372,7 +372,8 @@ public class Strip : GLib.Object {
        // that should wipe out dupes.
        var matches = this.execute("SELECT count(id) FROM Attachment WHERE id = %d".printf(
                        int.parse(sid)));  
-
+                GLib.error("Got Matches :%s", matches);
+                
                if (matches=="0") {      
                   GLib.error("Failed to find id  :%s", sid);
                   return;