From: Vsevolod Stakhov Date: Sun, 14 Jul 2019 14:23:16 +0000 (+0100) Subject: [Minor] Oops, fix format string X-Git-Tag: 2.0~594 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=52a1ae890ac1249f049816f39b132c57a9851456;p=rspamd.git [Minor] Oops, fix format string --- 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;