diff options
* Added "show queues" command that shows throttling queues for all clients.
*** This only works for LLCLientView at the moment ***
Diffstat (limited to 'OpenSim/Framework/Servers/BaseOpenSimServer.cs')
-rw-r--r-- | OpenSim/Framework/Servers/BaseOpenSimServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/BaseOpenSimServer.cs b/OpenSim/Framework/Servers/BaseOpenSimServer.cs index ca6ef67..4d82020 100644 --- a/OpenSim/Framework/Servers/BaseOpenSimServer.cs +++ b/OpenSim/Framework/Servers/BaseOpenSimServer.cs | |||
@@ -373,7 +373,7 @@ namespace OpenSim.Framework.Servers | |||
373 | /// That is something that cannot be determined within this class. So | 373 | /// That is something that cannot be determined within this class. So |
374 | /// all attempts to use the console MUST be verified. | 374 | /// all attempts to use the console MUST be verified. |
375 | /// </summary> | 375 | /// </summary> |
376 | private void Notice(string msg) | 376 | protected void Notice(string msg) |
377 | { | 377 | { |
378 | if (m_console != null) | 378 | if (m_console != null) |
379 | { | 379 | { |