Show when appearance is sent to an avatar to help track down failure

\to display avatars
prebuild-update
Melanie Thielker 2010-09-02 19:49:42 +02:00 committed by Melanie
parent 7128e1a4ba
commit ed72396d9b
1 changed files with 1 additions and 0 deletions

View File

@ -3408,6 +3408,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
avp.Sender.IsTrial = false;
avp.Sender.ID = agentID;
m_log.DebugFormat("[CLIENT]: Sending appearance for {0} to {1}", agentID.ToString(), AgentId.ToString());
OutPacket(avp, ThrottleOutPacketType.Task);
}