]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Forgot to adopt debug statements.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 31 Aug 2015 17:22:50 +0000 (18:22 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 31 Aug 2015 17:22:50 +0000 (18:22 +0100)
src/libserver/task.c

index bf5ee0f1fdbcd767e214e315b6c61cb5fad02da3..61e0befc7a9b4cc7d8008edb09b3ff8b9d414252 100644 (file)
@@ -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 */