diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2024-11-06 19:40:46 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2024-11-06 19:40:46 -0500 |
| commit | 0e4f3815539d835df7f40f6f1620cd606f87c793 (patch) | |
| tree | 597e4071914fb42721ec9e83b9aa228bd440d5df /view/sharedcache/core/VM.cpp | |
| parent | e8cdd50599f33495e23db7649a6dbccd65c08154 (diff) | |
normalize Shared Cache name
Diffstat (limited to 'view/sharedcache/core/VM.cpp')
| -rw-r--r-- | view/sharedcache/core/VM.cpp | 2 |
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); } |
