aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-03-28 01:41:23 +0000
committerJustin Clark-Casey (justincc)2013-03-28 01:41:41 +0000
commit617637c788045f5776d21fc4ce246f3a8d6ecfb8 (patch)
tree9b3a31a64d8ac384a5b537f3c41cecbcef1583ee /OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
parentMake HGLureModule track god like lures as well as normal lures, to see if thi... (diff)
downloadopensim-SC_OLD-617637c788045f5776d21fc4ce246f3a8d6ecfb8.zip
opensim-SC_OLD-617637c788045f5776d21fc4ce246f3a8d6ecfb8.tar.gz
opensim-SC_OLD-617637c788045f5776d21fc4ce246f3a8d6ecfb8.tar.bz2
opensim-SC_OLD-617637c788045f5776d21fc4ce246f3a8d6ecfb8.tar.xz
minor: Fix usage error message for "debug eq" console command
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
index 624378e..c7d4283 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
@@ -146,7 +146,7 @@ namespace OpenSim.Region.ClientStack.Linden
146 146
147 if (!(args.Length == 3 && int.TryParse(args[2], out debugLevel))) 147 if (!(args.Length == 3 && int.TryParse(args[2], out debugLevel)))
148 { 148 {
149 MainConsole.Instance.OutputFormat("Usage: debug eq [0|1]"); 149 MainConsole.Instance.OutputFormat("Usage: debug eq [0|1|2]");
150 } 150 }
151 else 151 else
152 { 152 {