diff --git a/src/Http/HttpBody.cpp b/src/Http/HttpBody.cpp index 4a18ffd1..a73750b9 100644 --- a/src/Http/HttpBody.cpp +++ b/src/Http/HttpBody.cpp @@ -155,6 +155,7 @@ static std::shared_ptr getSharedMmap(const string &file_path, int64_t &fil if (addr_ == nullptr) { mmap_close(hfile, hmapping, addr_); + WarnL << "MapViewOfFile() " << file_path << " failed:"; return nullptr; }