From: Vsevolod Stakhov Date: Mon, 31 Aug 2015 17:22:50 +0000 (+0100) Subject: Forgot to adopt debug statements. X-Git-Tag: 1.0.0~120 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d77e76460cd7fc5c2ba176fe30a200d0bc7659e1;p=thirdparty%2Frspamd.git Forgot to adopt debug statements. --- diff --git a/src/libserver/task.c b/src/libserver/task.c index bf5ee0f1fd..61e0befc7a 100644 --- a/src/libserver/task.c +++ b/src/libserver/task.c @@ -477,11 +477,11 @@ rspamd_task_process (struct rspamd_task *task, guint stages) if (rspamd_session_events_pending (task->s) != 0) { /* We have events pending, so we consider this stage as incomplete */ - msg_debug ("need more work on stage %d", st); + msg_debug_task ("need more work on stage %d", st); } else { /* Mark the current stage as done and go to the next stage */ - msg_debug ("completed stage %d", st); + msg_debug_task ("completed stage %d", st); task->processed_stages |= st; /* Reset checkpoint */