diff options
Diffstat (limited to 'src/ui/ThemeResourceDictionary.cpp')
-rw-r--r-- | src/ui/ThemeResourceDictionary.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ThemeResourceDictionary.cpp b/src/ui/ThemeResourceDictionary.cpp index d9483f6c..97b4a74a 100644 --- a/src/ui/ThemeResourceDictionary.cpp +++ b/src/ui/ThemeResourceDictionary.cpp @@ -50,7 +50,7 @@ void ThemeResourceDictionary::UpdateResourceMap(xml::XmlElementNode* xml_root) { CRU_LOG_DEBUG(u"Ignore unknown element {} of theme.", c->GetTag()); } } else { - CRU_LOG_WARN(u"Ignore text node of theme."); + CRU_LOG_DEBUG(u"Ignore text or comment node of theme."); } } } |