mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 02:39:52 +08:00
Rename "debug stats record" command to "stats record" for consistency. Move from debug to general command category
This commit is contained in:
@@ -48,10 +48,10 @@ namespace OpenSim.Framework.Monitoring
|
||||
public static void RegisterConsoleCommands(ICommandConsole console)
|
||||
{
|
||||
console.Commands.AddCommand(
|
||||
"Debug",
|
||||
"General",
|
||||
false,
|
||||
"debug stats record",
|
||||
"debug stats record start|stop",
|
||||
"stats record",
|
||||
"stats record start|stop",
|
||||
"Control whether stats are being regularly recorded to a separate file.",
|
||||
"For debug purposes. Experimental.",
|
||||
HandleStatsRecordCommand);
|
||||
|
||||
Reference in New Issue
Block a user