Suppress recurring warning about missing user agents in http requests

pull/343/head
Michael Zanetti 2020-10-19 18:47:01 +02:00
parent a0add78af0
commit e53beffb4a
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ void HttpRequest::validate()
// check User-Agent
if (!m_rawHeaderList.contains("User-Agent"))
qCWarning(dcWebServer()) << "User-Agent header is missing";
qCDebug(dcWebServer()) << "User-Agent header is missing";
// verify content length with actual payload