summaryrefslogtreecommitdiff
path: root/view/sharedcache/core
diff options
context:
space:
mode:
Diffstat (limited to 'view/sharedcache/core')
-rw-r--r--view/sharedcache/core/SharedCacheBuilder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/sharedcache/core/SharedCacheBuilder.cpp b/view/sharedcache/core/SharedCacheBuilder.cpp
index 11fadefd..5422d751 100644
--- a/view/sharedcache/core/SharedCacheBuilder.cpp
+++ b/view/sharedcache/core/SharedCacheBuilder.cpp
@@ -46,7 +46,7 @@ bool SharedCacheBuilder::AddFile(
catch (const std::exception& e)
{
// Just return false so the view init can continue.
- m_logger->LogErrorF("Failed to add file '{}': {}", fileName, e.what());
+ m_logger->LogErrorForExceptionF(e, "Failed to add file '{}': {}", fileName, e.what());
return false;
}