diff options
Diffstat (limited to 'objectivec/objc.cpp')
| -rw-r--r-- | objectivec/objc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/objectivec/objc.cpp b/objectivec/objc.cpp index 2fa6fb0d..6f9c3cde 100644 --- a/objectivec/objc.cpp +++ b/objectivec/objc.cpp @@ -598,8 +598,8 @@ void ObjCProcessor::LoadCategories(ObjCReader* reader, Ref<Section> classPtrSect } if (categoryBaseClassName.empty()) { - m_logger->LogWarn( - "Failed to determine base classname for category at 0x%llx. Using base address as stand-in classname", + m_logger->LogInfo( + "[SharedCache.ObjC] Using base address as stand-in classname for category at 0x%llx", catLocation); categoryBaseClassName = std::to_string(catLocation); } |
