From 84334ef4b489e5ab520e3e35cea3b969c1050048 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Tue, 4 Sep 2018 20:34:50 -0700 Subject: [PATCH] modules/media/media: Demote mime type mismatch warning to dwarning. --- modules/media/media.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/media/media.cc b/modules/media/media.cc index d875397f3..02e6c6849 100644 --- a/modules/media/media.cc +++ b/modules/media/media.cc @@ -181,7 +181,7 @@ try magic::mime(mime_type_buf, content) }; - if(content_type != head.content_type) log::warning + if(content_type != head.content_type) log::dwarning { media_log, "Server %s claims thumbnail %s is '%s' but we think it is '%s'", string(remote),