From: Alan Knowles Date: Fri, 29 Jun 2018 07:36:07 +0000 (+0800) Subject: src/strip.vala X-Git-Url: http://git.roojs.org/?p=app.mailtrimmer;a=commitdiff_plain;h=20411b88f902e67611bfea25e0dc26ae3059b6cc src/strip.vala --- diff --git a/src/strip.vala b/src/strip.vala index fbd39d4..540709c 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -606,7 +606,7 @@ public class Strip : GLib.Object { - var rc= this.mysql.query(str); + var rc= this.mysql.query(str); if ( rc != 0 ) { GLib.debug("ERROR %u: Query failed: %s\n", this.mysql.errno(), this.mysql.error()); @@ -625,6 +625,7 @@ public class Strip : GLib.Object { } if (!need_return) { + GLib.debug("got %s", ret); return got_row ? "" : ret; } if (!got_row) {