mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-03-06 14:27:43 +00:00
Changed a scraper log message from error to info.
This commit is contained in:
parent
5be55d38ed
commit
7f70196f65
|
@ -504,8 +504,8 @@ void GuiScraperSearch::onSearchError(const std::string& error, HttpReq::Status s
|
|||
LOG(LogError) << "GuiScraperSearch: " << Utils::String::replace(error, "\n", "");
|
||||
mRetrySearch = true;
|
||||
++mRetryCount;
|
||||
LOG(LogError) << "GuiScraperSearch: Attempting automatic retry " << mRetryCount << " of "
|
||||
<< retries;
|
||||
LOG(LogInfo) << "GuiScraperSearch: Attempting automatic retry " << mRetryCount << " of "
|
||||
<< retries;
|
||||
return;
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue