From 966f639ad6c83828d8e60ef9103ad61c360f9c3b Mon Sep 17 00:00:00 2001 From: Tedd Hansen Date: Sat, 5 Jan 2008 15:48:02 +0000 Subject: Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono. Some debug info for startup added to find bugs. ++ --- OpenSim/Framework/ConfigurationMember.cs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'OpenSim/Framework') 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 checkAndAddConfigOption(configOption); } + + // TEMP - REMOVE + private int cE = 0; public void performConfigurationRetrieve() { + if (cE > 1) + MainLog.Instance.Error("READING CONFIGURATION COUT: " + cE.ToString()); + + configurationPlugin = LoadConfigDll(configurationPluginFilename); configurationOptions.Clear(); if (loadFunction == null) -- cgit v1.1