mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
* Added "show queues" command that shows throttling queues for all clients.
*** This only works for LLCLientView at the moment ***
This commit is contained in:
@@ -373,7 +373,7 @@ namespace OpenSim.Framework.Servers
|
||||
/// That is something that cannot be determined within this class. So
|
||||
/// all attempts to use the console MUST be verified.
|
||||
/// </summary>
|
||||
private void Notice(string msg)
|
||||
protected void Notice(string msg)
|
||||
{
|
||||
if (m_console != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user