mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Bugfixes
This commit is contained in:
@@ -99,7 +99,7 @@ namespace OpenSim
|
||||
m_physicsEngine = physicsEngine;
|
||||
m_config = configFile;
|
||||
|
||||
m_console = new ConsoleBase("region-console.log", "Region", this, verbose);
|
||||
m_console = new ConsoleBase("region-console" + m_config + ".log", "Region", this, verbose);
|
||||
OpenSim.Framework.Console.MainConsole.Instance = m_console;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user