From 7c02db291e1aca8fadabaea508d80fe6cf6eb910 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Tue, 1 Nov 2022 23:11:06 +0100 Subject: [PATCH] Fixed a minor log formatting issue in ThemeData. --- es-core/src/ThemeData.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-core/src/ThemeData.cpp b/es-core/src/ThemeData.cpp index 95e7334d4..0ec93a40d 100644 --- a/es-core/src/ThemeData.cpp +++ b/es-core/src/ThemeData.cpp @@ -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 << "\")"; }