From 530463095c688c88386be4444886ede4a625afa8 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 9 May 2025 21:03:03 -0400 Subject: [ObjC] Remove shared cache prefix on a log call --- objectivec/objc.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'objectivec') 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
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 -- cgit v1.3.1