From: Vsevolod Stakhov Date: Fri, 24 Dec 2010 16:00:28 +0000 (+0300) Subject: Make log message about detected image to debug level X-Git-Tag: 0.3.7~87 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08b177280aed053b50af0b8be17031510cf48e61;p=thirdparty%2Frspamd.git Make log message about detected image to debug level --- diff --git a/src/images.c b/src/images.c index 6613a77379..4a5337dcc3 100644 --- a/src/images.c +++ b/src/images.c @@ -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);