diff options
author | Tedd Hansen | 2008-01-05 15:48:02 +0000 |
---|---|---|
committer | Tedd Hansen | 2008-01-05 15:48:02 +0000 |
commit | 966f639ad6c83828d8e60ef9103ad61c360f9c3b (patch) | |
tree | 020ff9c0666d8e8980c920afd77e34660fc121f3 /OpenSim/Framework/ConfigurationMember.cs | |
parent | Added errorhandler+tip that grid server might not be running on grid registra... (diff) | |
download | opensim-SC_OLD-966f639ad6c83828d8e60ef9103ad61c360f9c3b.zip opensim-SC_OLD-966f639ad6c83828d8e60ef9103ad61c360f9c3b.tar.gz opensim-SC_OLD-966f639ad6c83828d8e60ef9103ad61c360f9c3b.tar.bz2 opensim-SC_OLD-966f639ad6c83828d8e60ef9103ad61c360f9c3b.tar.xz |
Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono.
Some debug info for startup added to find bugs. ++
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) |