diff options
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.cs')
-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 00ae880..9043137 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -921,7 +921,7 @@ namespace OpenSim | |||
921 | int newDebug; | 921 | int newDebug; |
922 | if (int.TryParse(args[2], out newDebug)) | 922 | if (int.TryParse(args[2], out newDebug)) |
923 | { | 923 | { |
924 | MainServer.Instance.DebugLevel = newDebug; | 924 | MainServer.DebugLevel = newDebug; |
925 | MainConsole.Instance.OutputFormat("Debug http level set to {0}", newDebug); | 925 | MainConsole.Instance.OutputFormat("Debug http level set to {0}", newDebug); |
926 | break; | 926 | break; |
927 | } | 927 | } |