diff options
author | Justin Clark-Casey (justincc) | 2012-06-15 03:32:43 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-06-15 03:32:43 +0100 |
commit | c935f0346750d510e5c3c3c2ff62c84609a115e3 (patch) | |
tree | 6cfcd8e335fdb41e9bf1305a7be5ba4954f2db78 /OpenSim/Framework/Servers | |
parent | Make the "debug http" command available for robust as well as the simulator. ... (diff) | |
download | opensim-SC_OLD-c935f0346750d510e5c3c3c2ff62c84609a115e3.zip opensim-SC_OLD-c935f0346750d510e5c3c3c2ff62c84609a115e3.tar.gz opensim-SC_OLD-c935f0346750d510e5c3c3c2ff62c84609a115e3.tar.bz2 opensim-SC_OLD-c935f0346750d510e5c3c3c2ff62c84609a115e3.tar.xz |
Put all debug console commands into a single Debug section rather than scattering them over other categories
Diffstat (limited to 'OpenSim/Framework/Servers')
-rw-r--r-- | OpenSim/Framework/Servers/MainServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/MainServer.cs b/OpenSim/Framework/Servers/MainServer.cs index 07ff60c..8dc0e3a 100644 --- a/OpenSim/Framework/Servers/MainServer.cs +++ b/OpenSim/Framework/Servers/MainServer.cs | |||
@@ -105,7 +105,7 @@ namespace OpenSim.Framework.Servers | |||
105 | public static void RegisterHttpConsoleCommands(ICommandConsole console) | 105 | public static void RegisterHttpConsoleCommands(ICommandConsole console) |
106 | { | 106 | { |
107 | console.Commands.AddCommand( | 107 | console.Commands.AddCommand( |
108 | "Comms", false, "debug http", "debug http [<level>]", | 108 | "Debug", false, "debug http", "debug http [<level>]", |
109 | "Turn on inbound non-poll http request debugging.", | 109 | "Turn on inbound non-poll http request debugging.", |
110 | "If level <= 0, then no extra logging is done.\n" | 110 | "If level <= 0, then no extra logging is done.\n" |
111 | + "If level >= 1, then short warnings are logged when receiving bad input data.\n" | 111 | + "If level >= 1, then short warnings are logged when receiving bad input data.\n" |