From 7f5a4bbc26f800e710dfc14bf9ff1c3ffc4c014d Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey Date: Tue, 4 Aug 2009 19:00:20 +0100 Subject: * Small commented out debug message for module loading, partly to test my ability to commit with git --- OpenSim/Region/Framework/ModuleLoader.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim/Region/Framework/ModuleLoader.cs') 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 public IRegionModule[] LoadModules(string dllName) { + //m_log.DebugFormat("[MODULES]: Looking for modules in {0}", dllName); + List modules = new List(); Assembly pluginAssembly; -- cgit v1.1