aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/MainServer.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-06-15 03:32:43 +0100
committerJustin Clark-Casey (justincc)2012-06-15 03:32:43 +0100
commitc935f0346750d510e5c3c3c2ff62c84609a115e3 (patch)
tree6cfcd8e335fdb41e9bf1305a7be5ba4954f2db78 /OpenSim/Framework/Servers/MainServer.cs
parentMake the "debug http" command available for robust as well as the simulator. ... (diff)
downloadopensim-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 '')
-rw-r--r--OpenSim/Framework/Servers/MainServer.cs2
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"