commit 52a1ae8: [Minor] Oops, fix format string

Vsevolod Stakhov vsevolod at highsecure.ru
Sun Jul 14 14:35:04 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-07-14 15:23:16 +0100
URL: https://github.com/rspamd/rspamd/commit/52a1ae890ac1249f049816f39b132c57a9851456 (HEAD -> master)

[Minor] Oops, fix format string

---
 src/libserver/protocol.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libserver/protocol.c b/src/libserver/protocol.c
index 6d436d56d..de2d5aa55 100644
--- a/src/libserver/protocol.c
+++ b/src/libserver/protocol.c
@@ -472,7 +472,7 @@ rspamd_protocol_handle_headers (struct rspamd_task *task,
 					srch.begin = "all";
 					srch.len = 3;
 
-					msg_debug_protocol ("read pass header, value: %V", hv_tok);
+					msg_debug_protocol ("read pass header, value: %T", hv_tok);
 
 					if (rspamd_ftok_casecmp (hv_tok, &srch) == 0) {
 						task->flags |= RSPAMD_TASK_FLAG_PASS_ALL;


More information about the Commits mailing list