mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 15:15:37 +00:00
Small cosmetic change to a scraper debug message
This commit is contained in:
parent
d4c6760bf2
commit
d50a062f5e
|
@ -169,8 +169,8 @@ void ScraperHttpRequest::update()
|
|||
return;
|
||||
|
||||
if (status == HttpReq::REQ_RESOURCE_NOT_FOUND) {
|
||||
LOG(LogDebug)
|
||||
<< "ScraperHttpRequest: Server returned HTTP error code 404 (resource not found)";
|
||||
LOG(LogDebug) << "ScraperHttpRequest::update(): Server returned HTTP error code 404 "
|
||||
"(resource not found)";
|
||||
setStatus(ASYNC_DONE);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue