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/SharedCache.cpp | |
| parent | e8cdd50599f33495e23db7649a6dbccd65c08154 (diff) | |
normalize Shared Cache name
Diffstat (limited to 'view/sharedcache/core/SharedCache.cpp')
| -rw-r--r-- | view/sharedcache/core/SharedCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/sharedcache/core/SharedCache.cpp b/view/sharedcache/core/SharedCache.cpp index ccc9ec30..d30dbe14 100644 --- a/view/sharedcache/core/SharedCache.cpp +++ b/view/sharedcache/core/SharedCache.cpp @@ -155,7 +155,7 @@ uint64_t SharedCache::FastGetBackingCacheCount(BinaryNinja::Ref<BinaryNinja::Bin baseFile = MMappedFileAccessor::Open(dscView, dscView->GetFile()->GetSessionId(), dscView->GetFile()->GetOriginalFilename())->lock(); } catch (...){ - LogError("SharedCache preload: Failed to open file %s", dscView->GetFile()->GetOriginalFilename().c_str()); + LogError("Shared Cache preload: Failed to open file %s", dscView->GetFile()->GetOriginalFilename().c_str()); return 0; } |
