diff options
author | Justin Clark-Casey (justincc) | 2012-09-12 23:02:25 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-09-12 23:02:25 +0100 |
commit | cdc3781f42869586aa4bba482359f8cda21cb912 (patch) | |
tree | 3d5f9369d90d6b7510148ab20bfd636138e77667 | |
parent | Fix bug in logging sample input at debug http level 4. (diff) | |
download | opensim-SC_OLD-cdc3781f42869586aa4bba482359f8cda21cb912.zip opensim-SC_OLD-cdc3781f42869586aa4bba482359f8cda21cb912.tar.gz opensim-SC_OLD-cdc3781f42869586aa4bba482359f8cda21cb912.tar.bz2 opensim-SC_OLD-cdc3781f42869586aa4bba482359f8cda21cb912.tar.xz |
Fix usage statement on "debug http" console command since max level is now 5 rather than 3
-rw-r--r-- | OpenSim/Framework/Servers/MainServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/MainServer.cs b/OpenSim/Framework/Servers/MainServer.cs index b367b12..7402c73 100644 --- a/OpenSim/Framework/Servers/MainServer.cs +++ b/OpenSim/Framework/Servers/MainServer.cs | |||
@@ -144,7 +144,7 @@ namespace OpenSim.Framework.Servers | |||
144 | } | 144 | } |
145 | else | 145 | else |
146 | { | 146 | { |
147 | MainConsole.Instance.Output("Usage: debug http 0..3"); | 147 | MainConsole.Instance.Output("Usage: debug http 0..5"); |
148 | } | 148 | } |
149 | } | 149 | } |
150 | 150 | ||