mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Mostly debugging verbosity which I shall very shortly comment out.
Just want to try this out on windows quickly.
This commit is contained in:
@@ -43,6 +43,9 @@ namespace OpenSim.Region.Environment.Modules
|
||||
//and some small clean up
|
||||
public class TextureDownloadModule : IRegionModule
|
||||
{
|
||||
private static readonly log4net.ILog m_log
|
||||
= log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
private Scene m_scene;
|
||||
private List<Scene> m_scenes = new List<Scene>();
|
||||
|
||||
@@ -164,6 +167,8 @@ namespace OpenSim.Region.Environment.Modules
|
||||
m_queueSenders.Enqueue(sender);
|
||||
}
|
||||
}
|
||||
|
||||
m_log.Info(String.Format("[TEXTURE DOWNLOAD] Texture sender queue size: {0}", m_queueSenders.Count()));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -174,4 +179,4 @@ namespace OpenSim.Region.Environment.Modules
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user