* Small commented out debug message for module loading, partly to test my ability to commit with git

This commit is contained in:
Justin Clark-Casey
2009-08-04 19:00:20 +01:00
parent 9f5b0c1fd9
commit 7f5a4bbc26

View File

@@ -184,6 +184,8 @@ namespace OpenSim.Region.Framework
public IRegionModule[] LoadModules(string dllName)
{
//m_log.DebugFormat("[MODULES]: Looking for modules in {0}", dllName);
List<IRegionModule> modules = new List<IRegionModule>();
Assembly pluginAssembly;