Changed a scraper debug log message

This commit is contained in:
Leon Styhre 2023-08-04 22:04:22 +02:00
parent 295cd87bfb
commit 6c3406c9d8

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, assuming this is not "
"a perfect match";
<< "Server did not return an MD5 digest, can't tell whether this "
"is a perfect match";
}
}