diff options
author | Justin Clark-Casey (justincc) | 2014-08-18 22:51:36 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-08-19 00:17:12 +0100 |
commit | b375f86f114d11b92a0b7b0c67e39a1bac243c2c (patch) | |
tree | d65f90b27bcfb1c6d546e0cf908607eaa837a79a /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |
parent | Prevent exception if inventory item in llGiveInventory() call doesn't exist. (diff) | |
download | opensim-SC-b375f86f114d11b92a0b7b0c67e39a1bac243c2c.zip opensim-SC-b375f86f114d11b92a0b7b0c67e39a1bac243c2c.tar.gz opensim-SC-b375f86f114d11b92a0b7b0c67e39a1bac243c2c.tar.bz2 opensim-SC-b375f86f114d11b92a0b7b0c67e39a1bac243c2c.tar.xz |
Make LLUDPServer.Scene publicly gettable/privately settable instead of protected so that other logging code in the clientstack can record more useful information
Adds some commented out logging for use again in the future.
No functional change.
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index bfdb24f..9d6085d 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -4201,6 +4201,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
4201 | } | 4201 | } |
4202 | } | 4202 | } |
4203 | 4203 | ||
4204 | // m_log.DebugFormat( | ||
4205 | // "[LLCLIENTVIEW]: Sent {0} updates in ProcessEntityUpdates() for {1} {2} in {3}", | ||
4206 | // updatesThisCall, Name, SceneAgent.IsChildAgent ? "child" : "root", Scene.Name); | ||
4207 | // | ||
4204 | #endregion Packet Sending | 4208 | #endregion Packet Sending |
4205 | } | 4209 | } |
4206 | 4210 | ||