diff options
author | Justin Clark-Casey (justincc) | 2013-03-14 23:39:15 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-03-14 23:39:15 +0000 |
commit | 12900ea84e699f84943009f2d3218fcf5013c6f9 (patch) | |
tree | 1f697a74d016266b9af8b070a9b703398edd81b6 /OpenSim/Region/Application/OpenSimBase.cs | |
parent | refactor: minor cleanup in osGetAvatarList() (diff) | |
download | opensim-SC_OLD-12900ea84e699f84943009f2d3218fcf5013c6f9.zip opensim-SC_OLD-12900ea84e699f84943009f2d3218fcf5013c6f9.tar.gz opensim-SC_OLD-12900ea84e699f84943009f2d3218fcf5013c6f9.tar.bz2 opensim-SC_OLD-12900ea84e699f84943009f2d3218fcf5013c6f9.tar.xz |
Log same environment information to Robust log as is already done for simulator logs, for debug purposes
Diffstat (limited to 'OpenSim/Region/Application/OpenSimBase.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 137bd81..c555915 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -134,10 +134,6 @@ namespace OpenSim | |||
134 | /// <param name="configSource"></param> | 134 | /// <param name="configSource"></param> |
135 | public OpenSimBase(IConfigSource configSource) : base() | 135 | public OpenSimBase(IConfigSource configSource) : base() |
136 | { | 136 | { |
137 | // FIXME: This should be done down in ServerBase but we need to sort out and refactor the log4net | ||
138 | // XmlConfigurator calls first accross servers. | ||
139 | m_log.InfoFormat("[SERVER BASE]: Starting in {0}", m_startupDirectory); | ||
140 | |||
141 | LoadConfigSettings(configSource); | 137 | LoadConfigSettings(configSource); |
142 | } | 138 | } |
143 | 139 | ||