aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey2009-08-04 19:00:20 +0100
committerJustin Clark-Casey2009-08-04 19:00:20 +0100
commit7f5a4bbc26f800e710dfc14bf9ff1c3ffc4c014d (patch)
treedfd3d3c3b938c47b7ebc88ca6b630f755becc5a5
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim into opensim (diff)
downloadopensim-SC_OLD-7f5a4bbc26f800e710dfc14bf9ff1c3ffc4c014d.zip
opensim-SC_OLD-7f5a4bbc26f800e710dfc14bf9ff1c3ffc4c014d.tar.gz
opensim-SC_OLD-7f5a4bbc26f800e710dfc14bf9ff1c3ffc4c014d.tar.bz2
opensim-SC_OLD-7f5a4bbc26f800e710dfc14bf9ff1c3ffc4c014d.tar.xz
* Small commented out debug message for module loading, partly to test my ability to commit with git
-rw-r--r--OpenSim/Region/Framework/ModuleLoader.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/ModuleLoader.cs b/OpenSim/Region/Framework/ModuleLoader.cs
index 0242afd..23be9c2 100644
--- a/OpenSim/Region/Framework/ModuleLoader.cs
+++ b/OpenSim/Region/Framework/ModuleLoader.cs
@@ -184,6 +184,8 @@ namespace OpenSim.Region.Framework
184 184
185 public IRegionModule[] LoadModules(string dllName) 185 public IRegionModule[] LoadModules(string dllName)
186 { 186 {
187 //m_log.DebugFormat("[MODULES]: Looking for modules in {0}", dllName);
188
187 List<IRegionModule> modules = new List<IRegionModule>(); 189 List<IRegionModule> modules = new List<IRegionModule>();
188 190
189 Assembly pluginAssembly; 191 Assembly pluginAssembly;