diff options
author | Justin Clark-Casey (justincc) | 2013-03-28 01:41:23 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-03-28 01:41:41 +0000 |
commit | 617637c788045f5776d21fc4ce246f3a8d6ecfb8 (patch) | |
tree | 9b3a31a64d8ac384a5b537f3c41cecbcef1583ee /OpenSim/Region/ClientStack/Linden/Caps/EventQueue | |
parent | Make HGLureModule track god like lures as well as normal lures, to see if thi... (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs | 2 |
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 | { |