diff options
Diffstat (limited to 'view/sharedcache/core/VM.cpp')
| -rw-r--r-- | view/sharedcache/core/VM.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/sharedcache/core/VM.cpp b/view/sharedcache/core/VM.cpp index 32d6c938..0271ed7f 100644 --- a/view/sharedcache/core/VM.cpp +++ b/view/sharedcache/core/VM.cpp @@ -110,6 +110,11 @@ std::string ResolveFilePath(BinaryNinja::Ref<BinaryNinja::BinaryView> dscView, c } } + if (dscView->GetFile()->GetProjectFile()) + { + BinaryNinja::LogError("Failed to resolve file path for %s", path.c_str()); + } + // If we couldn't find a sibling filename, just return the path we were given return path; } |
