R&D for upcoming refactoring

integration
BlueWall 2012-07-27 01:46:00 -04:00
parent cf6bbe9d0f
commit 20d7229358
1 changed files with 4 additions and 1 deletions

View File

@ -210,7 +210,10 @@ namespace OpenSim.Services.IntegrationService
void OnExtensionChanged(object s, ExtensionNodeEventArgs args) void OnExtensionChanged(object s, ExtensionNodeEventArgs args)
{ {
IntegrationPlugin ip = (IntegrationPlugin) args.ExtensionObject; 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) switch (args.Change)
{ {