Rename "debug stats record" command to "stats record" for consistency. Move from debug to general command category
parent
1d0a9e521c
commit
e6080a38c5
|
@ -48,10 +48,10 @@ namespace OpenSim.Framework.Monitoring
|
||||||
public static void RegisterConsoleCommands(ICommandConsole console)
|
public static void RegisterConsoleCommands(ICommandConsole console)
|
||||||
{
|
{
|
||||||
console.Commands.AddCommand(
|
console.Commands.AddCommand(
|
||||||
"Debug",
|
"General",
|
||||||
false,
|
false,
|
||||||
"debug stats record",
|
"stats record",
|
||||||
"debug stats record start|stop",
|
"stats record start|stop",
|
||||||
"Control whether stats are being regularly recorded to a separate file.",
|
"Control whether stats are being regularly recorded to a separate file.",
|
||||||
"For debug purposes. Experimental.",
|
"For debug purposes. Experimental.",
|
||||||
HandleStatsRecordCommand);
|
HandleStatsRecordCommand);
|
||||||
|
|
Loading…
Reference in New Issue