diff options
author | Justin Clarke Casey | 2008-02-09 00:14:34 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-02-09 00:14:34 +0000 |
commit | 2dc94870aa3c76628ecf7c12b5a1002142a7d8ed (patch) | |
tree | d4bbeb6faae4f16988eb88efaf65eac1a9512d59 /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) | |
download | opensim-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 'OpenSim/Region/Environment/Modules/TextureSender.cs')
-rw-r--r-- | OpenSim/Region/Environment/Modules/TextureSender.cs | 3 |
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; |