Fixed a minor log formatting issue in ThemeData.

This commit is contained in:
Leon Styhre 2022-11-01 23:11:06 +01:00
parent 2328cae38b
commit 7c02db291e

View file

@ -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
<< "\")"; << "\")";
} }