summaryrefslogtreecommitdiff
path: root/view/sharedcache/core/MachOProcessor.cpp
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-04-02 05:35:19 -0400
committerMason Reed <mason@vector35.com>2025-04-02 05:36:54 -0400
commitbc4ad889f0edc54f0f6e073e3f5a474d8cec55e3 (patch)
tree1eaa7be6e8f53ca7b09f089a568ee2ddc42581ac /view/sharedcache/core/MachOProcessor.cpp
parentcfb8215d6aa0703ad0d6c3046431536b4e37d810 (diff)
[SharedCache] Consistent logger naming and misc changes
Diffstat (limited to 'view/sharedcache/core/MachOProcessor.cpp')
-rw-r--r--view/sharedcache/core/MachOProcessor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/sharedcache/core/MachOProcessor.cpp b/view/sharedcache/core/MachOProcessor.cpp
index 3de2980d..5ef14abd 100644
--- a/view/sharedcache/core/MachOProcessor.cpp
+++ b/view/sharedcache/core/MachOProcessor.cpp
@@ -6,7 +6,7 @@ using namespace BinaryNinja;
SharedCacheMachOProcessor::SharedCacheMachOProcessor(Ref<BinaryView> view, std::shared_ptr<VirtualMemory> vm)
{
m_view = view;
- m_logger = new Logger("SharedCacheMachOProcessor", view->GetFile()->GetSessionId());
+ m_logger = new Logger("SharedCache.MachOProcessor", view->GetFile()->GetSessionId());
m_vm = std::move(vm);
// Adjust processor settings.