mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Changed the scraper 404 status code log output messages from type warning to debug
This commit is contained in:
parent
ee0f2be819
commit
3fca7b2567
|
@ -169,7 +169,7 @@ void ScraperHttpRequest::update()
|
|||
return;
|
||||
|
||||
if (status == HttpReq::REQ_RESOURCE_NOT_FOUND) {
|
||||
LOG(LogWarning)
|
||||
LOG(LogDebug)
|
||||
<< "ScraperHttpRequest: Server returned HTTP error code 404 (resource not found)";
|
||||
setStatus(ASYNC_DONE);
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue