diff options
Diffstat (limited to 'OpenSim/Framework/ConfigurationMember.cs')
-rw-r--r-- | OpenSim/Framework/ConfigurationMember.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/OpenSim/Framework/ConfigurationMember.cs b/OpenSim/Framework/ConfigurationMember.cs index 2def070..4ae59d6 100644 --- a/OpenSim/Framework/ConfigurationMember.cs +++ b/OpenSim/Framework/ConfigurationMember.cs | |||
@@ -147,8 +147,15 @@ namespace OpenSim.Framework | |||
147 | checkAndAddConfigOption(configOption); | 147 | checkAndAddConfigOption(configOption); |
148 | } | 148 | } |
149 | 149 | ||
150 | |||
151 | // TEMP - REMOVE | ||
152 | private int cE = 0; | ||
150 | public void performConfigurationRetrieve() | 153 | public void performConfigurationRetrieve() |
151 | { | 154 | { |
155 | if (cE > 1) | ||
156 | MainLog.Instance.Error("READING CONFIGURATION COUT: " + cE.ToString()); | ||
157 | |||
158 | |||
152 | configurationPlugin = LoadConfigDll(configurationPluginFilename); | 159 | configurationPlugin = LoadConfigDll(configurationPluginFilename); |
153 | configurationOptions.Clear(); | 160 | configurationOptions.Clear(); |
154 | if (loadFunction == null) | 161 | if (loadFunction == null) |