Small cosmetic change to a ScreenScraper debug message

This commit is contained in:
Leon Styhre 2024-07-03 21:02:30 +02:00
parent 0094a32d8e
commit 12e1a683e5

View file

@ -348,9 +348,9 @@ void ScreenScraperRequest::processGame(const pugi::xml_document& xmldoc,
}
else {
LOG(LogDebug)
<< "ScreenScraperRequest::processGame(): The configured account '"
<< "ScreenScraperRequest::processGame(): The configured account \""
<< Settings::getInstance()->getString("ScraperUsernameScreenScraper")
<< "' was not included in the scraper response, wrong username or password?";
<< "\" was not included in the scraper response, wrong username or password?";
}
}