Small cosmetic change to a scraper debug message

This commit is contained in:
Leon Styhre 2024-01-11 01:09:17 +01:00
parent d4c6760bf2
commit d50a062f5e

View file

@ -169,8 +169,8 @@ void ScraperHttpRequest::update()
return; return;
if (status == HttpReq::REQ_RESOURCE_NOT_FOUND) { if (status == HttpReq::REQ_RESOURCE_NOT_FOUND) {
LOG(LogDebug) LOG(LogDebug) << "ScraperHttpRequest::update(): Server returned HTTP error code 404 "
<< "ScraperHttpRequest: Server returned HTTP error code 404 (resource not found)"; "(resource not found)";
setStatus(ASYNC_DONE); setStatus(ASYNC_DONE);
return; return;
} }