* added guid to logname to avoid file sharing on multiple instances on same host

zircon^2
lbsa71 2007-05-08 14:37:04 +00:00
parent 72159dc5a8
commit 9f881f90d3
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ namespace OpenSim
m_physicsEngine = physicsEngine;
m_config = configFile;
m_console = new ConsoleBase("region-console" + m_config + ".log", "Region", this, verbose);
m_console = new ConsoleBase("region-console-" + Guid.NewGuid().ToString() + ".log", "Region", this, verbose);
OpenSim.Framework.Console.MainConsole.Instance = m_console;
}