diff options
author | lbsa71 | 2008-12-18 13:16:41 +0000 |
---|---|---|
committer | lbsa71 | 2008-12-18 13:16:41 +0000 |
commit | 56f1b03cd0eccb8549b3f87f76b2a9494239b585 (patch) | |
tree | 4981057745584d1cb08b97d33db601c786fd4b31 /OpenSim/Framework/Servers/BaseOpenSimServer.cs | |
parent | * Add a nasty hack to try and give the HttpServer a few extra lives until we ... (diff) | |
download | opensim-SC-56f1b03cd0eccb8549b3f87f76b2a9494239b585.zip opensim-SC-56f1b03cd0eccb8549b3f87f76b2a9494239b585.tar.gz opensim-SC-56f1b03cd0eccb8549b3f87f76b2a9494239b585.tar.bz2 opensim-SC-56f1b03cd0eccb8549b3f87f76b2a9494239b585.tar.xz |
* 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 | { |