talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 882bb4d6f159ab7601042a1f35f06a6e34a73385
parent ecea5c2fd270338d0817ffbe5afcc2113a127f50
Author: paul <paul@claws-mail.org>
Date:   Thu,  9 Sep 2021 10:30:15 +0100

the final (?) modification to this debug_print()

Diffstat:
Msrc/plugins/bogofilter/bogofilter.c | 2+-
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] &&