aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-10-16 01:31:38 +0100
committerJustin Clark-Casey (justincc)2012-10-16 01:31:51 +0100
commit0eb457442d87315810fd8280458ca8c0c3e97d23 (patch)
treee023d8d712c2db58376681534eafaafa510ceee1 /OpenSim/Region/ClientStack/Linden
parentminor: Add/correct some doc messages associated with entity teleport. (diff)
downloadopensim-SC_OLD-0eb457442d87315810fd8280458ca8c0c3e97d23.zip
opensim-SC_OLD-0eb457442d87315810fd8280458ca8c0c3e97d23.tar.gz
opensim-SC_OLD-0eb457442d87315810fd8280458ca8c0c3e97d23.tar.bz2
opensim-SC_OLD-0eb457442d87315810fd8280458ca8c0c3e97d23.tar.xz
minor: Add missing newlines and spacing to help for "debug eq" console command
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
index 0dd0904..47cb049 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
@@ -111,10 +111,10 @@ namespace OpenSim.Region.ClientStack.Linden
111 false, 111 false,
112 "debug eq", 112 "debug eq",
113 "debug eq [0|1|2]", 113 "debug eq [0|1|2]",
114 "Turn on event queue debugging" 114 "Turn on event queue debugging\n"
115 + "<= 0 - turns off all event queue logging" 115 + " <= 0 - turns off all event queue logging\n"
116 + ">= 1 - turns on outgoing event logging" 116 + " >= 1 - turns on outgoing event logging\n"
117 + ">= 2 - turns on poll notification", 117 + " >= 2 - turns on poll notification",
118 HandleDebugEq); 118 HandleDebugEq);
119 } 119 }
120 else 120 else