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

index fbd39d4..540709c 100644 (file)
@@ -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) {