Fix usage statement on "debug http" console command since max level is now 5 rather than 3

integration
Justin Clark-Casey (justincc) 2012-09-12 23:02:25 +01:00
parent 7df7b86ec5
commit cdc3781f42
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}
}