Skip to content

Commit

Permalink
fix ogre.log
Browse files Browse the repository at this point in the history
  • Loading branch information
scrawl committed Mar 4, 2012
1 parent 21b8456 commit 04a4e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogre/renderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 04a4e20

Please sign in to comment.