commit 0371d85eea01def93d51c6a5f13f0f668cef2391
parent 57c52f338b9bbdfab6264ae7a6175b964feb1c79
Author: paul <paul@claws-mail.org>
Date: Mon, 4 Oct 2021 09:17:15 +0100
Merge branch 'gtk2' of ssh+git://git.claws-mail.org/home/git/claws into gtk3
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/spamassassin/libspamc.c b/src/plugins/spamassassin/libspamc.c
@@ -919,7 +919,7 @@ _spamc_read_full_line(struct message *m, int flags, SSL * ssl, int sock,
}
}
- libspamc_log(flags, LOG_ERR, "spamd responded with line of %d bytes, dying", len);
+ libspamc_log(flags, LOG_ERR, "spamd responded with line of %lu bytes, dying", len);
failureval = EX_TOOBIG;
failure: