commit 8589ae35c394de678bc4c24e6571633c337e0ba6
parent aa0c248525b5910c647cf3c3c70495daea3edfd7
Author: paul <paul@claws-mail.org>
Date: Thu, 9 Sep 2021 10:30:15 +0100
the final (?) modification to this debug_print()
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/bogofilter/bogofilter.c b/src/plugins/bogofilter/bogofilter.c
@@ -244,7 +244,7 @@ static void bogofilter_do_filter(BogoFilterData *data)
tmp = buf;
}
parts = g_strsplit(tmp, " ", 0);
- debug_print("read '%s'", buf);
+ debug_print("read '%s'\n", g_strchomp(buf));
/* note the result if the header if needed */
if (parts && parts[0] && parts[1] && parts[2] &&