Put all debug console commands into a single Debug section rather than scattering them over other categories

This commit is contained in:
Justin Clark-Casey (justincc)
2012-06-15 03:32:43 +01:00
parent 94517c8d5c
commit c935f03467
4 changed files with 6 additions and 6 deletions

View File

@@ -105,7 +105,7 @@ namespace OpenSim.Framework.Servers
public static void RegisterHttpConsoleCommands(ICommandConsole console)
{
console.Commands.AddCommand(
"Comms", false, "debug http", "debug http [<level>]",
"Debug", false, "debug http", "debug http [<level>]",
"Turn on inbound non-poll http request debugging.",
"If level <= 0, then no extra logging is done.\n"
+ "If level >= 1, then short warnings are logged when receiving bad input data.\n"