aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMelanie Thielker2010-09-02 19:49:42 +0200
committerDiva Canto2010-09-08 08:01:20 -0700
commitf2cbd8c5f5cccd3f87d935f1b12c089d084a3e9f (patch)
tree23979644762cb6837cabfdf06fe8b5988f3b2f68
parentImplement UploadBakedTexture cap (diff)
downloadopensim-SC_OLD-f2cbd8c5f5cccd3f87d935f1b12c089d084a3e9f.zip
opensim-SC_OLD-f2cbd8c5f5cccd3f87d935f1b12c089d084a3e9f.tar.gz
opensim-SC_OLD-f2cbd8c5f5cccd3f87d935f1b12c089d084a3e9f.tar.bz2
opensim-SC_OLD-f2cbd8c5f5cccd3f87d935f1b12c089d084a3e9f.tar.xz
Show when appearance is sent to an avatar to help track down failure
\to display avatars
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index a243db1..31e8bf5 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -3382,6 +3382,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
3382 3382
3383 avp.Sender.IsTrial = false; 3383 avp.Sender.IsTrial = false;
3384 avp.Sender.ID = agentID; 3384 avp.Sender.ID = agentID;
3385 m_log.DebugFormat("[CLIENT]: Sending appearance for {0} to {1}", agentID.ToString(), AgentId.ToString());
3385 OutPacket(avp, ThrottleOutPacketType.Task); 3386 OutPacket(avp, ThrottleOutPacketType.Task);
3386 } 3387 }
3387 3388