backport xmlrpcgroups cache from master

This commit is contained in:
Justin Clark-Casey (justincc)
2010-06-08 20:31:39 +01:00
parent 0524458069
commit 8b3b89ecf4
5 changed files with 114 additions and 61 deletions

View File

@@ -3517,8 +3517,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
// if (text.IndexOf("\n") >= 0)
// text = text.Remove(text.IndexOf("\n"));
// m_log.DebugFormat(
// "[CLIENT]: Placing request to send full info about prim {0} text {1} to client {2}",
// data.localID, text, Name);
// "[CLIENT]: Queueing send full info about prim {0}, attachment {1}, text {2} to client {3}",
// data.localID, data.attachment, text, Name);
if (data.priority == double.NaN)
{