src/strip.vala
[app.mailtrimmer] / 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) {