Changed a scraper debug log message

This commit is contained in:
Leon Styhre 2023-08-04 21:04:04 +02:00
parent dbecb22cc7
commit 9e21428add

View file

@ -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";
}
}