aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
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 {