diff options
Diffstat (limited to 'src/ui/ThemeResourceDictionary.cpp')
| -rw-r--r-- | src/ui/ThemeResourceDictionary.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ui/ThemeResourceDictionary.cpp b/src/ui/ThemeResourceDictionary.cpp index 9f734054..82cad6c0 100644 --- a/src/ui/ThemeResourceDictionary.cpp +++ b/src/ui/ThemeResourceDictionary.cpp @@ -48,10 +48,11 @@ void ThemeResourceDictionary::UpdateResourceMap(xml::XmlElementNode* xml_root) { resource_map_[entry.name] = std::move(entry); } else { - CRU_LOG_TAG_DEBUG("Ignore unknown element {} of theme.", c->GetTag()); + CruLogDebug(kLogTag, "Ignore unknown element {} of theme.", + c->GetTag()); } } else { - CRU_LOG_TAG_DEBUG("Ignore text or comment node of theme."); + CruLogDebug(kLogTag, "Ignore text or comment node of theme."); } } } |
