0.1-prestable
Adam Frisby 2007-04-28 00:32:00 +00:00
parent 8f5c96f02b
commit 6c7ebf19b5
2 changed files with 5 additions and 1 deletions

View File

@ -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;
}

View File

@ -156,6 +156,10 @@ namespace OpenSim
configData.SetAttribute("Datastore", datastore);
this.DataStore = datastore;
}
else
{
this.DataStore = attri;
}
//Sim Listen Port
attri = "";