diff --git a/apps/openmw/engine.cpp b/apps/openmw/engine.cpp index 94070527da..8fe63bc7b6 100644 --- a/apps/openmw/engine.cpp +++ b/apps/openmw/engine.cpp @@ -1,6 +1,8 @@ #include "engine.hpp" +#include #include +#include #include #include @@ -870,9 +872,10 @@ void OMW::Engine::go() { stats.open(path, std::ios_base::out); if (stats.is_open()) - Log(Debug::Info) << "Stats will be written to: " << path; + Log(Debug::Info) << "OSG stats will be written to: " << path; else - Log(Debug::Warning) << "Failed to open file for stats: " << path; + Log(Debug::Warning) << "Failed to open file to write OSG stats \"" << path + << "\": " << std::generic_category().message(errno); } // Setup profiler