1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00

fix ogre.log

This commit is contained in:
scrawl 2012-03-04 12:47:21 +01:00
parent 21b8456453
commit 04a4e20bb3

View File

@ -49,7 +49,7 @@ bool OgreRenderer::configure(bool showConfig,
{
// Set up logging first
new LogManager;
Log *log = LogManager::getSingleton().createLog(logPath);
Log *log = LogManager::getSingleton().createLog(logPath + std::string("Ogre.log"));
logging = _logging;
if(logging)