0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-25 08:12:37 +01:00

modules/media/media: Demote mime type mismatch warning to dwarning.

This commit is contained in:
Jason Volk 2018-09-04 20:34:50 -07:00
parent 499e725e73
commit 84334ef4b4

View file

@ -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),