Minor change to a ScreenScraper debug message

This commit is contained in:
Leon Styhre 2023-10-10 17:16:55 +02:00
parent 9c79c2af05
commit 8efc5e9f22

View file

@ -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.