]> source.dussan.org Git - rspamd.git/commitdiff
Make log message about detected image to debug level
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Fri, 24 Dec 2010 16:00:28 +0000 (19:00 +0300)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Fri, 24 Dec 2010 16:00:28 +0000 (19:00 +0300)
src/images.c

index 6613a77379af934aae66dfe3bcca1d1f5d17e110..4a5337dcc3f646f36436fb1615a476a7ec7d48d3 100644 (file)
@@ -222,7 +222,7 @@ process_image (struct worker_task *task, struct mime_part *part)
        }
 
        if (img != NULL) {
-               msg_info ("detected %s image of size %ud x %ud in message <%s>",
+               debug_task ("detected %s image of size %ud x %ud in message <%s>",
                                image_type_str (img->type),
                                img->width, img->height,
                                task->message_id);