diff options
author | Justin Clark-Casey (justincc) | 2011-03-29 23:07:01 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-03-29 23:07:01 +0100 |
commit | fe258753a04706a0f760743b410611bb299b0bc1 (patch) | |
tree | eb32bed65d346d1d86f197a8430e20e0b2213043 /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |
parent | add save of LLClientView I forgot from last commit (diff) | |
download | opensim-SC_OLD-fe258753a04706a0f760743b410611bb299b0bc1.zip opensim-SC_OLD-fe258753a04706a0f760743b410611bb299b0bc1.tar.gz opensim-SC_OLD-fe258753a04706a0f760743b410611bb299b0bc1.tar.bz2 opensim-SC_OLD-fe258753a04706a0f760743b410611bb299b0bc1.tar.xz |
disable prim count debug logging temporarily
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-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 f50637c..8ebcabb 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -4276,7 +4276,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
4276 | int sequence_id, bool snap_selection, int request_result, ILandObject lo, | 4276 | int sequence_id, bool snap_selection, int request_result, ILandObject lo, |
4277 | float simObjectBonusFactor, int parcelObjectCapacity, int simObjectCapacity, uint regionFlags) | 4277 | float simObjectBonusFactor, int parcelObjectCapacity, int simObjectCapacity, uint regionFlags) |
4278 | { | 4278 | { |
4279 | m_log.DebugFormat("[LLCLIENTVIEW]: Sending land properties for {0} to {1}", lo.LandData.GlobalID, Name); | 4279 | // m_log.DebugFormat("[LLCLIENTVIEW]: Sending land properties for {0} to {1}", lo.LandData.GlobalID, Name); |
4280 | 4280 | ||
4281 | LandData landData = lo.LandData; | 4281 | LandData landData = lo.LandData; |
4282 | 4282 | ||