diff options
author | Justin Clark-Casey | 2009-08-04 19:00:20 +0100 |
---|---|---|
committer | Justin Clark-Casey | 2009-08-04 19:00:20 +0100 |
commit | 7f5a4bbc26f800e710dfc14bf9ff1c3ffc4c014d (patch) | |
tree | dfd3d3c3b938c47b7ebc88ca6b630f755becc5a5 /OpenSim/Region/Framework/ModuleLoader.cs | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into opensim (diff) | |
download | opensim-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
Diffstat (limited to 'OpenSim/Region/Framework/ModuleLoader.cs')
-rw-r--r-- | OpenSim/Region/Framework/ModuleLoader.cs | 2 |
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; |