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

index 540709c..88cf364 100644 (file)
@@ -625,7 +625,7 @@ public class Strip : GLib.Object {
                
                }
                if (!need_return) {
-                       GLib.debug("got %s", ret);
+                       GLib.debug("got %s", got_row ? "=Nothing=" : ret);
                        return got_row ? "" : ret;
                }
                if (!got_row) {