Fromatting output, cleanup
parent
6fd803f24f
commit
cca3c5f66e
|
@ -192,7 +192,8 @@ namespace OpenSim.Services.IntegrationService
|
|||
{
|
||||
// name, version, repository
|
||||
Dictionary<string, object> plugin = (Dictionary<string, object>)result[k];
|
||||
MainConsole.Instance.OutputFormat("{0} rev. {1} {2}",
|
||||
MainConsole.Instance.OutputFormat("{0}) {1} rev. {2} {3}",
|
||||
k,
|
||||
plugin["name"],
|
||||
plugin["version"],
|
||||
plugin["repository"]);
|
||||
|
|
|
@ -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++;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue