summaryrefslogtreecommitdiffstats
path: root/src/libserver
diff options
context:
space:
mode:
Diffstat (limited to 'src/libserver')
-rw-r--r--src/libserver/protocol.c2
1 files changed, 1 insertions, 1 deletions
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;