aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/TextureSender.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-02-09 00:14:34 +0000
committerJustin Clarke Casey2008-02-09 00:14:34 +0000
commit2dc94870aa3c76628ecf7c12b5a1002142a7d8ed (patch)
treed4bbeb6faae4f16988eb88efaf65eac1a9512d59 /OpenSim/Region/Environment/Modules/TextureSender.cs
parent* Fixed a situation in ODE where it didn't call the mesher on a cube when you... (diff)
downloadopensim-SC_OLD-2dc94870aa3c76628ecf7c12b5a1002142a7d8ed.zip
opensim-SC_OLD-2dc94870aa3c76628ecf7c12b5a1002142a7d8ed.tar.gz
opensim-SC_OLD-2dc94870aa3c76628ecf7c12b5a1002142a7d8ed.tar.bz2
opensim-SC_OLD-2dc94870aa3c76628ecf7c12b5a1002142a7d8ed.tar.xz
Mostly debugging verbosity which I shall very shortly comment out.
Just want to try this out on windows quickly.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Modules/TextureSender.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/TextureSender.cs b/OpenSim/Region/Environment/Modules/TextureSender.cs
index 053a558..08da591 100644
--- a/OpenSim/Region/Environment/Modules/TextureSender.cs
+++ b/OpenSim/Region/Environment/Modules/TextureSender.cs
@@ -36,7 +36,8 @@ namespace OpenSim.Region.Environment.Modules
36{ 36{
37 public class TextureSender 37 public class TextureSender
38 { 38 {
39 private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); 39 private static readonly log4net.ILog m_log
40 = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
40 41
41 public int counter = 0; 42 public int counter = 0;
42 private AssetBase m_asset; 43 private AssetBase m_asset;