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

arthursv
Justin Clark-Casey 2009-08-04 19:00:20 +01:00
parent 9f5b0c1fd9
commit 7f5a4bbc26
1 changed files with 2 additions and 0 deletions

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;