diff options
-rw-r--r-- | OpenSim/Framework/Monitoring/StatsLogger.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Framework/Monitoring/StatsLogger.cs b/OpenSim/Framework/Monitoring/StatsLogger.cs index 5822794..f23107c 100644 --- a/OpenSim/Framework/Monitoring/StatsLogger.cs +++ b/OpenSim/Framework/Monitoring/StatsLogger.cs | |||
@@ -48,10 +48,10 @@ namespace OpenSim.Framework.Monitoring | |||
48 | public static void RegisterConsoleCommands(ICommandConsole console) | 48 | public static void RegisterConsoleCommands(ICommandConsole console) |
49 | { | 49 | { |
50 | console.Commands.AddCommand( | 50 | console.Commands.AddCommand( |
51 | "Debug", | 51 | "General", |
52 | false, | 52 | false, |
53 | "debug stats record", | 53 | "stats record", |
54 | "debug stats record start|stop", | 54 | "stats record start|stop", |
55 | "Control whether stats are being regularly recorded to a separate file.", | 55 | "Control whether stats are being regularly recorded to a separate file.", |
56 | "For debug purposes. Experimental.", | 56 | "For debug purposes. Experimental.", |
57 | HandleStatsRecordCommand); | 57 | HandleStatsRecordCommand); |