diff options
author | Justin Clark-Casey (justincc) | 2013-08-23 00:13:31 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-09-04 00:42:58 +0100 |
commit | 63be8e3596625ba2f6bc6576e6b3fa19c0af8dde (patch) | |
tree | 3b6ed233c627f717984be3f5982c1341e4bf82cf /OpenSim | |
parent | Fix bug where users teleporting to non-neighbour regions could continue to he... (diff) | |
download | opensim-SC_OLD-63be8e3596625ba2f6bc6576e6b3fa19c0af8dde.zip opensim-SC_OLD-63be8e3596625ba2f6bc6576e6b3fa19c0af8dde.tar.gz opensim-SC_OLD-63be8e3596625ba2f6bc6576e6b3fa19c0af8dde.tar.bz2 opensim-SC_OLD-63be8e3596625ba2f6bc6576e6b3fa19c0af8dde.tar.xz |
minor: Correct typo on "debug stats record start" message
Diffstat (limited to 'OpenSim')
-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 | { |