From fc02440f2033d467733a00599c35eeee16ac2656 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 29 Jun 2018 15:39:29 +0800 Subject: [PATCH] src/strip.vala --- src/strip.vala | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/strip.vala b/src/strip.vala index bebadbc..340d852 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -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 = ""; -- 2.39.2