summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/controller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller.c b/src/controller.c
index 0b5e42381..9abd8f109 100644
--- a/src/controller.c
+++ b/src/controller.c
@@ -1949,7 +1949,7 @@ rspamd_controller_check_fin_task (void *ud)
if (task->err) {
msg_info_task ("cannot check <%s>: %e",
- MESSAGE_FIELD (task, message_id), task->err);
+ MESSAGE_FIELD_CHECK (task, message_id), task->err);
rspamd_controller_send_error (conn_ent, task->err->code, "%s",
task->err->message);
return TRUE;