Merge PR #343: Suppress recurring warning about missing user agents in http requests

pull/352/head
Jenkins nymea 2020-10-28 19:07:41 +01:00
commit a9c4717bfb
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