diff options
author | Justin Clark-Casey (justincc) | 2012-06-14 23:54:12 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-06-14 23:54:12 +0100 |
commit | 93ba0332c4ccbb0c60e6d60fff71dc7d1567c9dd (patch) | |
tree | f6a9336405811adeba631dd6d9cb12eb185a3844 | |
parent | Shuffle "debug http" levels so that 1 and 2 now cause different levels of war... (diff) | |
download | opensim-SC_OLD-93ba0332c4ccbb0c60e6d60fff71dc7d1567c9dd.zip opensim-SC_OLD-93ba0332c4ccbb0c60e6d60fff71dc7d1567c9dd.tar.gz opensim-SC_OLD-93ba0332c4ccbb0c60e6d60fff71dc7d1567c9dd.tar.bz2 opensim-SC_OLD-93ba0332c4ccbb0c60e6d60fff71dc7d1567c9dd.tar.xz |
minor: Extend 'debug http' usage statement to 0..3 from 0..2
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 96d41a4..00ae880 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -927,7 +927,7 @@ namespace OpenSim | |||
927 | } | 927 | } |
928 | } | 928 | } |
929 | 929 | ||
930 | MainConsole.Instance.Output("Usage: debug http 0..2"); | 930 | MainConsole.Instance.Output("Usage: debug http 0..3"); |
931 | break; | 931 | break; |
932 | 932 | ||
933 | case "scene": | 933 | case "scene": |