Fix usage statement on "debug http" console command since max level is now 5 rather than 3
parent
108e77fe1a
commit
2cc7a89012
|
@ -144,7 +144,7 @@ namespace OpenSim.Framework.Servers
|
|||
}
|
||||
else
|
||||
{
|
||||
MainConsole.Instance.Output("Usage: debug http 0..3");
|
||||
MainConsole.Instance.Output("Usage: debug http 0..5");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue