summaryrefslogtreecommitdiff
path: root/view/kernelcache/core/MachOProcessor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'view/kernelcache/core/MachOProcessor.cpp')
-rw-r--r--view/kernelcache/core/MachOProcessor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/kernelcache/core/MachOProcessor.cpp b/view/kernelcache/core/MachOProcessor.cpp
index e22ce853..42faba24 100644
--- a/view/kernelcache/core/MachOProcessor.cpp
+++ b/view/kernelcache/core/MachOProcessor.cpp
@@ -327,6 +327,6 @@ void KernelCacheMachOProcessor::ApplyHeaderDataVariables(KernelCacheMachOHeader&
}
catch (ReadException&)
{
- m_logger->LogError("Error when applying Mach-O header types at %llx", header.textBase);
+ m_logger->LogErrorF("Error when applying Mach-O header types at {:#x}", header.textBase);
}
}