From 12e1a683e50a5a05f5a955647e2d364d629cf925 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Wed, 3 Jul 2024 21:02:30 +0200 Subject: [PATCH] Small cosmetic change to a ScreenScraper debug message --- es-app/src/scrapers/ScreenScraper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/es-app/src/scrapers/ScreenScraper.cpp b/es-app/src/scrapers/ScreenScraper.cpp index 49403a01f..b544b3b98 100644 --- a/es-app/src/scrapers/ScreenScraper.cpp +++ b/es-app/src/scrapers/ScreenScraper.cpp @@ -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?"; } }