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:
parent
499e725e73
commit
84334ef4b4
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ try
|
||||||
magic::mime(mime_type_buf, content)
|
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'",
|
media_log, "Server %s claims thumbnail %s is '%s' but we think it is '%s'",
|
||||||
string(remote),
|
string(remote),
|
||||||
|
|
Loading…
Reference in a new issue