aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSim.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-11-29 16:56:31 +0000
committerJustin Clark-Casey (justincc)2011-11-29 16:56:31 +0000
commit658d02b5e913bfa21b496515943f90ab25b6dac5 (patch)
tree0742c5b7482c65dfdc21bd2d21d86aa8e8907e1a /OpenSim/Region/Application/OpenSim.cs
parentminor: remove mono compile warning, a Vector3 can never be null since it's a ... (diff)
downloadopensim-SC_OLD-658d02b5e913bfa21b496515943f90ab25b6dac5.zip
opensim-SC_OLD-658d02b5e913bfa21b496515943f90ab25b6dac5.tar.gz
opensim-SC_OLD-658d02b5e913bfa21b496515943f90ab25b6dac5.tar.bz2
opensim-SC_OLD-658d02b5e913bfa21b496515943f90ab25b6dac5.tar.xz
Improve some of the debug help messages
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Application/OpenSim.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs
index f4ed32e..d97583c 100644
--- a/OpenSim/Region/Application/OpenSim.cs
+++ b/OpenSim/Region/Application/OpenSim.cs
@@ -244,8 +244,8 @@ namespace OpenSim
244 244
245 m_console.Commands.AddCommand("region", false, "debug http", 245 m_console.Commands.AddCommand("region", false, "debug http",
246 "debug http <level>", 246 "debug http <level>",
247 "Turn on inbound http request debugging for everything except the event queue (see debug eq)." 247 "Turn on inbound http request debugging for everything except the event queue (see debug eq).",
248 + "If level >= 2 then the handler used to service the request is logged.\n" 248 "If level >= 2 then the handler used to service the request is logged.\n"
249 + "If level >= 1 then incoming HTTP requests are logged.\n" 249 + "If level >= 1 then incoming HTTP requests are logged.\n"
250 + "If level <= 0 then no extra http logging is done.\n", 250 + "If level <= 0 then no extra http logging is done.\n",
251 Debug); 251 Debug);
@@ -345,7 +345,7 @@ namespace OpenSim
345 345
346 m_console.Commands.AddCommand("region", false, "backup", 346 m_console.Commands.AddCommand("region", false, "backup",
347 "backup", 347 "backup",
348 "Persist objects to the database now", RunCommand); 348 "Persist currently unsaved object changes immediately instead of waiting for the normal persistence call.", RunCommand);
349 349
350 m_console.Commands.AddCommand("region", false, "create region", 350 m_console.Commands.AddCommand("region", false, "create region",
351 "create region [\"region name\"] <region_file.ini>", 351 "create region [\"region name\"] <region_file.ini>",