diff options
author | Diva Canto | 2010-10-21 12:00:30 -0700 |
---|---|---|
committer | Diva Canto | 2010-10-21 12:00:30 -0700 |
commit | fe99f194ade94ffcc00b4a07cd8eeac9c8c69970 (patch) | |
tree | 138abc4b36cfb1832a7f8d3b802a071a767a636d /OpenSim/Region | |
parent | Make SImStatsReporter pick ObjectCapacity striaght out of region info (diff) | |
download | opensim-SC_OLD-fe99f194ade94ffcc00b4a07cd8eeac9c8c69970.zip opensim-SC_OLD-fe99f194ade94ffcc00b4a07cd8eeac9c8c69970.tar.gz opensim-SC_OLD-fe99f194ade94ffcc00b4a07cd8eeac9c8c69970.tar.bz2 opensim-SC_OLD-fe99f194ade94ffcc00b4a07cd8eeac9c8c69970.tar.xz |
Deleted a verbose and unneeded log message.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 48d5a12..74ad485 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -3423,7 +3423,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
3423 | 3423 | ||
3424 | avp.Sender.IsTrial = false; | 3424 | avp.Sender.IsTrial = false; |
3425 | avp.Sender.ID = agentID; | 3425 | avp.Sender.ID = agentID; |
3426 | m_log.DebugFormat("[CLIENT]: Sending appearance for {0} to {1}", agentID.ToString(), AgentId.ToString()); | 3426 | //m_log.DebugFormat("[CLIENT]: Sending appearance for {0} to {1}", agentID.ToString(), AgentId.ToString()); |
3427 | OutPacket(avp, ThrottleOutPacketType.Task); | 3427 | OutPacket(avp, ThrottleOutPacketType.Task); |
3428 | } | 3428 | } |
3429 | 3429 | ||