From 1f29839aa5eb6e9dc3e6516204ac245689071a87 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 29 Jun 2018 15:36:17 +0800 Subject: [PATCH] src/strip.vala --- src/strip.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strip.vala b/src/strip.vala index 540709c..88cf364 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -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) { -- 2.39.2