A few minor changes/additions/fixes.

This commit is contained in:
MW
2007-12-11 16:05:53 +00:00
parent ffd60baa48
commit 909fcd554f
5 changed files with 18 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ namespace OpenSim.Region.Environment.Modules
{
if (m_scene == null)
{
Console.WriteLine("Creating Texture download module");
//Console.WriteLine("Creating Texture download module");
m_thread = new Thread(new ThreadStart(ProcessTextureSenders));
m_thread.IsBackground = true;
m_thread.Start();