From 20411b88f902e67611bfea25e0dc26ae3059b6cc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 29 Jun 2018 15:36:07 +0800 Subject: [PATCH] src/strip.vala --- src/strip.vala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { -- 2.39.2