mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Fixed a minor log formatting issue in ThemeData.
This commit is contained in:
parent
2328cae38b
commit
7c02db291e
|
@ -1497,7 +1497,7 @@ void ThemeData::parseElement(const pugi::xml_node& root,
|
|||
<< "\" "
|
||||
<< ((node.text().get() != path) ? "which resolves to \"" + path + "\"" :
|
||||
"")
|
||||
<< "(element type \"" << element.type << "\", name \""
|
||||
<< " (element type \"" << element.type << "\", name \""
|
||||
<< root.attribute("name").as_string() << "\", property \"" << nodeName
|
||||
<< "\")";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue