minor: Correct typo on "debug stats record start" message
parent
62b12783df
commit
63be8e3596
|
@ -67,7 +67,7 @@ namespace OpenSim.Framework.Monitoring
|
||||||
if (cmd[3] == "start")
|
if (cmd[3] == "start")
|
||||||
{
|
{
|
||||||
Start();
|
Start();
|
||||||
con.OutputFormat("Now recording all stats very {0}ms to file", m_statsLogIntervalMs);
|
con.OutputFormat("Now recording all stats to file every {0}ms", m_statsLogIntervalMs);
|
||||||
}
|
}
|
||||||
else if (cmd[3] == "stop")
|
else if (cmd[3] == "stop")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue