aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorMelanie Thielker2010-09-02 19:49:42 +0200
committerMelanie Thielker2010-09-02 19:49:42 +0200
commit713c6668273ebd853db7f3f69185c9b4f119f702 (patch)
treed850d71ce3e3dad42499969a6661377715cff000 /OpenSim
parentImplement UploadBakedTexture cap (diff)
downloadopensim-SC_OLD-713c6668273ebd853db7f3f69185c9b4f119f702.zip
opensim-SC_OLD-713c6668273ebd853db7f3f69185c9b4f119f702.tar.gz
opensim-SC_OLD-713c6668273ebd853db7f3f69185c9b4f119f702.tar.bz2
opensim-SC_OLD-713c6668273ebd853db7f3f69185c9b4f119f702.tar.xz
Show when appearance is sent to an avatar to help track down failure
\to display avatars
Diffstat (limited to 'OpenSim')
-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 105501f..aa7de05 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -3427,6 +3427,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
3427 3427
3428 avp.Sender.IsTrial = false; 3428 avp.Sender.IsTrial = false;
3429 avp.Sender.ID = agentID; 3429 avp.Sender.ID = agentID;
3430 m_log.DebugFormat("[CLIENT]: Sending appearance for {0} to {1}", agentID.ToString(), AgentId.ToString());
3430 OutPacket(avp, ThrottleOutPacketType.Task); 3431 OutPacket(avp, ThrottleOutPacketType.Task);
3431 } 3432 }
3432 3433