diff --git a/OpenSim/Services/IntegrationService/IntegrationService.cs b/OpenSim/Services/IntegrationService/IntegrationService.cs index b761411b1b..a406299834 100644 --- a/OpenSim/Services/IntegrationService/IntegrationService.cs +++ b/OpenSim/Services/IntegrationService/IntegrationService.cs @@ -192,7 +192,8 @@ namespace OpenSim.Services.IntegrationService { // name, version, repository Dictionary plugin = (Dictionary)result[k]; - MainConsole.Instance.OutputFormat("{0} rev. {1} {2}", + MainConsole.Instance.OutputFormat("{0}) {1} rev. {2} {3}", + k, plugin["name"], plugin["version"], plugin["repository"]); diff --git a/OpenSim/Services/IntegrationService/PluginManager.cs b/OpenSim/Services/IntegrationService/PluginManager.cs index 4ea99b4f66..f1cf1e4ba7 100644 --- a/OpenSim/Services/IntegrationService/PluginManager.cs +++ b/OpenSim/Services/IntegrationService/PluginManager.cs @@ -133,7 +133,7 @@ namespace OpenSim.Services.IntegrationService r["name"] = addin.LocalId; r["version"] = addin.Version; - result.Add(count.ToString(), r); + res.Add(count.ToString(), r); count++; }