mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Small cosmetic change to a ScreenScraper debug message
This commit is contained in:
parent
0094a32d8e
commit
12e1a683e5
|
@ -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?";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue