summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--objectivec/objc.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/objectivec/objc.cpp b/objectivec/objc.cpp
index acfdbe53..bee595bc 100644
--- a/objectivec/objc.cpp
+++ b/objectivec/objc.cpp
@@ -599,9 +599,7 @@ void ObjCProcessor::LoadCategories(ObjCReader* reader, Ref<Section> classPtrSect
}
if (categoryBaseClassName.empty())
{
- m_logger->LogInfo(
- "[SharedCache.ObjC] Using base address as stand-in classname for category at 0x%llx",
- catLocation);
+ m_logger->LogInfo("Using base address as stand-in classname for category at 0x%llx", catLocation);
categoryBaseClassName = fmt::format("{:x}", catLocation);
}
try