From d0cb3568f702f618a4668f27e0c0cfea99221027 Mon Sep 17 00:00:00 2001 From: Caio Oliveira Date: Wed, 7 Jan 2026 03:58:59 -0300 Subject: [PATCH] oops --- src/common/fs/file.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/fs/file.cpp b/src/common/fs/file.cpp index 4b1602686f..40a81e97e5 100644 --- a/src/common/fs/file.cpp +++ b/src/common/fs/file.cpp @@ -353,7 +353,7 @@ void IOFile::Open(const fs::path& path, FileAccessMode mode, FileType type, File file_handle = nullptr; if (type == FileType::BinaryFile && mode == FileAccessMode::Read) { if (PlatformMapReadOnly(*this, path.c_str()) == -1) { - LOG_ERROR(Common_Filesystem, "Error mmap'ing file");: //{}", path.c_str()); + LOG_ERROR(Common_Filesystem, "Error mmap'ing file"); //{}", path.c_str()); } } if (file_handle == nullptr) {