aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-06-08 20:31:39 +0100
committerJustin Clark-Casey (justincc)2010-06-08 20:31:39 +0100
commit8b3b89ecf40ebe4e78ca77ccc5e14b2632829119 (patch)
treedac98391c08771590c1ac81baed405f26cc15f7f /OpenSim/Region/ClientStack
parentremove references to OpenSim.Framework.Commuications.Tests.dll since all rele... (diff)
downloadopensim-SC_OLD-8b3b89ecf40ebe4e78ca77ccc5e14b2632829119.zip
opensim-SC_OLD-8b3b89ecf40ebe4e78ca77ccc5e14b2632829119.tar.gz
opensim-SC_OLD-8b3b89ecf40ebe4e78ca77ccc5e14b2632829119.tar.bz2
opensim-SC_OLD-8b3b89ecf40ebe4e78ca77ccc5e14b2632829119.tar.xz
backport xmlrpcgroups cache from master
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 58aa26a..20e53fc 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -3517,8 +3517,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
3517// if (text.IndexOf("\n") >= 0) 3517// if (text.IndexOf("\n") >= 0)
3518// text = text.Remove(text.IndexOf("\n")); 3518// text = text.Remove(text.IndexOf("\n"));
3519// m_log.DebugFormat( 3519// m_log.DebugFormat(
3520// "[CLIENT]: Placing request to send full info about prim {0} text {1} to client {2}", 3520// "[CLIENT]: Queueing send full info about prim {0}, attachment {1}, text {2} to client {3}",
3521// data.localID, text, Name); 3521// data.localID, data.attachment, text, Name);
3522 3522
3523 if (data.priority == double.NaN) 3523 if (data.priority == double.NaN)
3524 { 3524 {