From: Alan Knowles Date: Fri, 29 Jun 2018 07:36:17 +0000 (+0800) Subject: src/strip.vala X-Git-Url: http://git.roojs.org/?p=app.mailtrimmer;a=commitdiff_plain;h=1f29839aa5eb6e9dc3e6516204ac245689071a87 src/strip.vala --- 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) {