summaryrefslogtreecommitdiff
path: root/view/sharedcache/core/MappedFileAccessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'view/sharedcache/core/MappedFileAccessor.h')
-rw-r--r--view/sharedcache/core/MappedFileAccessor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/sharedcache/core/MappedFileAccessor.h b/view/sharedcache/core/MappedFileAccessor.h
index a63d8506..35d2d5e7 100644
--- a/view/sharedcache/core/MappedFileAccessor.h
+++ b/view/sharedcache/core/MappedFileAccessor.h
@@ -19,7 +19,7 @@ public:
{
thread_local std::string message;
message =
- fmt::format("Tried to access unmapped address {0:x} for file with length of {01:x}", m_address, m_fileLen);
+ fmt::format("Tried to access unmapped address {0:x} for file with length of {1:x}", m_address, m_fileLen);
return message.c_str();
}
};