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

0.7.6-extended
Justin Clark-Casey (justincc) 2013-08-23 00:13:31 +01:00
parent 62b12783df
commit 63be8e3596
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")
{