mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
* Small commented out debug message for module loading, partly to test my ability to commit with git
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user