Mostly debugging verbosity which I shall very shortly comment out.

Just want to try this out on windows quickly.
This commit is contained in:
Justin Clarke Casey
2008-02-09 00:14:34 +00:00
parent bb5b88d161
commit 2dc94870aa
4 changed files with 21 additions and 4 deletions

View File

@@ -36,7 +36,8 @@ namespace OpenSim.Region.Environment.Modules
{
public class TextureSender
{
private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
private static readonly log4net.ILog m_log
= log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
public int counter = 0;
private AssetBase m_asset;