mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Minor change to a ScreenScraper debug message
This commit is contained in:
parent
9c79c2af05
commit
8efc5e9f22
|
@ -416,7 +416,7 @@ void ScreenScraperRequest::processGame(const pugi::xml_document& xmldoc,
|
|||
|
||||
LOG(LogDebug) << "ScreenScraperRequest::processGame(): Platform ID: " << platformID;
|
||||
LOG(LogDebug) << "ScreenScraperRequest::processGame(): Parent platform ID: "
|
||||
<< parentPlatformID;
|
||||
<< (parentPlatformID == 0 ? "n/a" : std::to_string(parentPlatformID));
|
||||
|
||||
// Validate rating.
|
||||
// Process the rating even if the setting to scrape ratings has been disabled.
|
||||
|
|
Loading…
Reference in a new issue