diff options
author | UbitUmarov | 2012-06-22 18:10:53 +0100 |
---|---|---|
committer | UbitUmarov | 2012-06-22 18:10:53 +0100 |
commit | 646b7fb8f2e285945b70a657674e5c3dac84b931 (patch) | |
tree | 6f42d4197ca4951865484092735e35bc5c3ce596 /OpenSim/Region/ClientStack/Linden/UDP | |
parent | add a temp debug message (diff) | |
download | opensim-SC_OLD-646b7fb8f2e285945b70a657674e5c3dac84b931.zip opensim-SC_OLD-646b7fb8f2e285945b70a657674e5c3dac84b931.tar.gz opensim-SC_OLD-646b7fb8f2e285945b70a657674e5c3dac84b931.tar.bz2 opensim-SC_OLD-646b7fb8f2e285945b70a657674e5c3dac84b931.tar.xz |
i more debug
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs index 3d3fb8e..c64b5f2 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs | |||
@@ -710,7 +710,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
710 | IClientAPI client; | 710 | IClientAPI client; |
711 | if (!m_scene.TryGetClient(address, out client) || !(client is LLClientView)) | 711 | if (!m_scene.TryGetClient(address, out client) || !(client is LLClientView)) |
712 | { | 712 | { |
713 | //m_log.Debug("[LLUDPSERVER]: Received a " + packet.Type + " packet from an unrecognized source: " + address + " in " + m_scene.RegionInfo.RegionName); | 713 | m_log.Debug("[LLUDPSERVER]: Received a " + packet.Type + " packet from an unrecognized source: " + address + " in " + m_scene.RegionInfo.RegionName); |
714 | return; | 714 | return; |
715 | } | 715 | } |
716 | 716 | ||