diff options
author | Diva Canto | 2011-01-05 07:14:09 -0800 |
---|---|---|
committer | Diva Canto | 2011-01-05 07:14:09 -0800 |
commit | 0c165bc4217bdae27e3268980bdbc21809e77c12 (patch) | |
tree | 33c11e142fd8791c2c76f3eed4bf77561dfbfdd5 /OpenSim/Region/ClientStack/LindenUDP | |
parent | Note to self: try to make only 3 things at the same time. (diff) | |
download | opensim-SC_OLD-0c165bc4217bdae27e3268980bdbc21809e77c12.zip opensim-SC_OLD-0c165bc4217bdae27e3268980bdbc21809e77c12.tar.gz opensim-SC_OLD-0c165bc4217bdae27e3268980bdbc21809e77c12.tar.bz2 opensim-SC_OLD-0c165bc4217bdae27e3268980bdbc21809e77c12.tar.xz |
Commented a verbose Debug message in LLUDPServer that got uncommented at some point.
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs index 149ae9e..e54cfc2 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | |||
@@ -648,7 +648,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
648 | IClientAPI client; | 648 | IClientAPI client; |
649 | if (!m_scene.TryGetClient(address, out client) || !(client is LLClientView)) | 649 | if (!m_scene.TryGetClient(address, out client) || !(client is LLClientView)) |
650 | { | 650 | { |
651 | m_log.Debug("[LLUDPSERVER]: Received a " + packet.Type + " packet from an unrecognized source: " + address + " in " + m_scene.RegionInfo.RegionName); | 651 | //m_log.Debug("[LLUDPSERVER]: Received a " + packet.Type + " packet from an unrecognized source: " + address + " in " + m_scene.RegionInfo.RegionName); |
652 | return; | 652 | return; |
653 | } | 653 | } |
654 | 654 | ||