src/strip.vala
[app.mailtrimmer] / src / strip.vala
index ab8f8d7..56076c0 100644 (file)
@@ -569,6 +569,7 @@ public class Strip : GLib.Object {
        if ( rc != 0 ) {
 
                    GLib.debug("ERROR %u: Query failed: %s\n", this.mysql.errno(), this.mysql.error());
+                               Posix.exit(1);
                }
                return rc;
        }