mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 07:35:38 +00:00
Minor cosmetic change to a ScreenScraper debug log message
This commit is contained in:
parent
085ac4c49b
commit
279bbe9b46
|
@ -682,8 +682,8 @@ bool ScreenScraperRequest::processMedia(ScraperSearchResult& result,
|
|||
}
|
||||
else {
|
||||
LOG(LogDebug) << "ScreenScraperRequest::processMedia(): "
|
||||
"Failed to find media XML node with name '"
|
||||
<< mediaType << "'";
|
||||
"Failed to find media XML node with name \""
|
||||
<< mediaType << "\"";
|
||||
}
|
||||
|
||||
return regionFallback;
|
||||
|
|
Loading…
Reference in a new issue