mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
Merge remote branch 'scrawl/logfix'
This commit is contained in:
commit
8f98718315
@ -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…
x
Reference in New Issue
Block a user