From 0e4f3815539d835df7f40f6f1620cd606f87c793 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 6 Nov 2024 19:40:46 -0500 Subject: normalize Shared Cache name --- view/sharedcache/core/VM.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/sharedcache/core/VM.cpp') 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); } -- cgit v1.3.1