mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Merge branch 'master' into careminster
Conflicts: OpenSim/Region/Framework/Scenes/SceneGraph.cs
This commit is contained in:
@@ -126,11 +126,10 @@ namespace OpenSim.Server.Base
|
||||
m_Config = new IniConfigSource(iniFile);
|
||||
}
|
||||
}
|
||||
catch (Exception)
|
||||
catch (Exception e)
|
||||
{
|
||||
System.Console.WriteLine("Error reading from config source {0}",
|
||||
iniFile);
|
||||
Thread.CurrentThread.Abort();
|
||||
System.Console.WriteLine("Error reading from config source. {0}", e.Message);
|
||||
Environment.Exit(1);
|
||||
}
|
||||
|
||||
// Merge the configuration from the command line into the
|
||||
|
||||
Reference in New Issue
Block a user