From 20d7229358509418b9d826e32f4a1563a0b339eb Mon Sep 17 00:00:00 2001 From: BlueWall Date: Fri, 27 Jul 2012 01:46:00 -0400 Subject: [PATCH] R&D for upcoming refactoring --- .../Services/IntegrationService/IntegrationServiceBase.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/OpenSim/Services/IntegrationService/IntegrationServiceBase.cs b/OpenSim/Services/IntegrationService/IntegrationServiceBase.cs index 281d0c741b..249f0a3a94 100644 --- a/OpenSim/Services/IntegrationService/IntegrationServiceBase.cs +++ b/OpenSim/Services/IntegrationService/IntegrationServiceBase.cs @@ -210,7 +210,10 @@ namespace OpenSim.Services.IntegrationService void OnExtensionChanged(object s, ExtensionNodeEventArgs args) { IntegrationPlugin ip = (IntegrationPlugin) args.ExtensionObject; - m_log.Info("[INTEGRATION SERVICE]: Plugin Change"); + string file_path = args.ExtensionNode.Addin.GetFilePath(); + Addin a = m_PluginManager.Registry.GetAddin(args.ExtensionNode.Addin.Id); + + m_log.InfoFormat("[INTEGRATION SERVICE]: Plugin Change {0}",a.AddinFile); switch (args.Change) {