aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-06-14 23:54:12 +0100
committerJustin Clark-Casey (justincc)2012-06-14 23:54:12 +0100
commit93ba0332c4ccbb0c60e6d60fff71dc7d1567c9dd (patch)
treef6a9336405811adeba631dd6d9cb12eb185a3844 /OpenSim/Region/Application
parentShuffle "debug http" levels so that 1 and 2 now cause different levels of war... (diff)
downloadopensim-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 'OpenSim/Region/Application')
-rw-r--r--OpenSim/Region/Application/OpenSim.cs2
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":