mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
Make StatsManager default output a little more readable
This commit is contained in:
@@ -211,7 +211,7 @@ namespace OpenSim.Framework.Monitoring
|
||||
public virtual string ToConsoleString()
|
||||
{
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.AppendFormat("{0}.{1}.{2} : {3}{4}", Category, Container, ShortName, Value, UnitName);
|
||||
sb.AppendFormat("{0}.{1}.{2} : {3} {4}", Category, Container, ShortName, Value, UnitName);
|
||||
|
||||
AppendMeasuresOfInterest(sb);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user