diff options
Diffstat (limited to 'view/kernelcache/core/Utility.cpp')
| -rw-r--r-- | view/kernelcache/core/Utility.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/kernelcache/core/Utility.cpp b/view/kernelcache/core/Utility.cpp index 6f8323bf..515d62c7 100644 --- a/view/kernelcache/core/Utility.cpp +++ b/view/kernelcache/core/Utility.cpp @@ -126,7 +126,7 @@ void ApplySymbol(Ref<BinaryView> view, Ref<TypeLibrary> typeLib, Ref<Symbol> sym } else { - LogWarn("Failed to find id type for %llx, objective-c processor not ran?", func->GetStart()); + LogWarnF("Failed to find id type for {:#x}, objective-c processor not ran?", func->GetStart()); } } } |
