commit aaa599c49d5f0840ed74633089c12fc2e5538679
parent f2f4a99dc00d6781e3f8a1d46a87775a58b621a3
Author: wwp <subscript@free.fr>
Date: Tue, 7 Sep 2021 15:42:19 +0200
Remove extra line-break in debug statement.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/bogofilter/bogofilter.c b/src/plugins/bogofilter/bogofilter.c
@@ -245,7 +245,7 @@ static void bogofilter_do_filter(BogoFilterData *data)
tmp = buf;
}
parts = g_strsplit(tmp, " ", 0);
- debug_print("read '%s' (%ld bytes)\n", buf, n_read);
+ debug_print("read '%s' (%ld bytes)", buf, n_read);
/* note the result if the header if needed */
if (parts && parts[0] && parts[1] && parts[2] &&