minor: Correct typo on "debug stats record start" message

varregion
Justin Clark-Casey (justincc) 2013-08-23 00:13:31 +01:00
parent a0c99a7dcc
commit a9f9b0da9d
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ namespace OpenSim.Framework.Monitoring
if (cmd[3] == "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")
{