mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
When setting debug http level, do this for all known http servers, not just the main instance.
This commit is contained in:
@@ -921,7 +921,7 @@ namespace OpenSim
|
||||
int newDebug;
|
||||
if (int.TryParse(args[2], out newDebug))
|
||||
{
|
||||
MainServer.Instance.DebugLevel = newDebug;
|
||||
MainServer.DebugLevel = newDebug;
|
||||
MainConsole.Instance.OutputFormat("Debug http level set to {0}", newDebug);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user