mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Changed a scraper debug log message
This commit is contained in:
parent
dbecb22cc7
commit
9e21428add
|
@ -465,8 +465,8 @@ void GuiScraperSearch::onSearchDone(std::vector<ScraperSearchResult>& results)
|
|||
}
|
||||
else {
|
||||
LOG(LogDebug) << "GuiScraperSearch::onSearchDone(): " << entryText
|
||||
<< "Server did not return an MD5 digest, can't tell whether "
|
||||
"this is a perfect match";
|
||||
<< "Server did not return an MD5 digest, assuming this is not "
|
||||
"a perfect match";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue