summaryrefslogtreecommitdiff
path: root/view/sharedcache/core/VM.cpp
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2024-11-06 19:40:46 -0500
committerJordan Wiens <jordan@psifertex.com>2024-11-06 19:40:46 -0500
commit0e4f3815539d835df7f40f6f1620cd606f87c793 (patch)
tree597e4071914fb42721ec9e83b9aa228bd440d5df /view/sharedcache/core/VM.cpp
parente8cdd50599f33495e23db7649a6dbccd65c08154 (diff)
normalize Shared Cache name
Diffstat (limited to 'view/sharedcache/core/VM.cpp')
-rw-r--r--view/sharedcache/core/VM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/sharedcache/core/VM.cpp b/view/sharedcache/core/VM.cpp
index 0271ed7f..2e0a39c5 100644
--- a/view/sharedcache/core/VM.cpp
+++ b/view/sharedcache/core/VM.cpp
@@ -301,7 +301,7 @@ void MMappedFileAccessor::InitialVMSetup()
#endif
}
}
- BinaryNinja::LogInfo("SharedCache processing initialized with a max file pointer limit of 0x%llx", maxFPLimit);
+ BinaryNinja::LogInfo("Shared Cache processing initialized with a max file pointer limit of 0x%llx", maxFPLimit);
fileAccessorSemaphore.set_count(maxFPLimit);
}