Merge remote branch 'scrawl/logfix'

This commit is contained in:
Marc Zinnschlag 2012-03-05 10:57:17 +01:00
commit 8f98718315

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)