diff options
author | Justin Clark-Casey (justincc) | 2013-08-23 00:13:31 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-08-23 00:13:31 +0100 |
commit | a9f9b0da9d6c42aaa0c28c78c27f078f1a80c874 (patch) | |
tree | dfc86af81d8757b9b65536822ca24d023743d382 /OpenSim/Framework | |
parent | minor: remove mono compiler warning from LLClientView (diff) | |
download | opensim-SC_OLD-a9f9b0da9d6c42aaa0c28c78c27f078f1a80c874.zip opensim-SC_OLD-a9f9b0da9d6c42aaa0c28c78c27f078f1a80c874.tar.gz opensim-SC_OLD-a9f9b0da9d6c42aaa0c28c78c27f078f1a80c874.tar.bz2 opensim-SC_OLD-a9f9b0da9d6c42aaa0c28c78c27f078f1a80c874.tar.xz |
minor: Correct typo on "debug stats record start" message
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Monitoring/StatsLogger.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Monitoring/StatsLogger.cs b/OpenSim/Framework/Monitoring/StatsLogger.cs index fa2e1b6..1e4fa11 100644 --- a/OpenSim/Framework/Monitoring/StatsLogger.cs +++ b/OpenSim/Framework/Monitoring/StatsLogger.cs | |||
@@ -67,7 +67,7 @@ namespace OpenSim.Framework.Monitoring | |||
67 | if (cmd[3] == "start") | 67 | if (cmd[3] == "start") |
68 | { | 68 | { |
69 | Start(); | 69 | Start(); |
70 | con.OutputFormat("Now recording all stats very {0}ms to file", m_statsLogIntervalMs); | 70 | con.OutputFormat("Now recording all stats to file every {0}ms", m_statsLogIntervalMs); |
71 | } | 71 | } |
72 | else if (cmd[3] == "stop") | 72 | else if (cmd[3] == "stop") |
73 | { | 73 | { |