mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-03-06 14:27:43 +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 + "\"" :
|
<< ((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
|
<< root.attribute("name").as_string() << "\", property \"" << nodeName
|
||||||
<< "\")";
|
<< "\")";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue