summaryrefslogtreecommitdiff
path: root/view/sharedcache/core/MachOProcessor.cpp
diff options
context:
space:
mode:
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.