mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15: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;
|
return;
|
||||||
|
|
||||||
if (status == HttpReq::REQ_RESOURCE_NOT_FOUND) {
|
if (status == HttpReq::REQ_RESOURCE_NOT_FOUND) {
|
||||||
LOG(LogWarning)
|
LOG(LogDebug)
|
||||||
<< "ScraperHttpRequest: Server returned HTTP error code 404 (resource not found)";
|
<< "ScraperHttpRequest: Server returned HTTP error code 404 (resource not found)";
|
||||||
setStatus(ASYNC_DONE);
|
setStatus(ASYNC_DONE);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue