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

index bebadbc..340d852 100644 (file)
@@ -616,6 +616,8 @@ public class Strip : GLib.Object {
 
         var rs = mysql.use_result();
         
+        GLib.debug("got %d rows", (int)rs.num_rows());
+        
         var got_row = false;
                string[] row;
                string ret = "";