forked from teamnwah/openmw-tes3coop
Merge remote branch 'scrawl/logfix'
This commit is contained in:
commit
8f98718315
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue