Comment out the neighbour and land in connectors from info logging that they are starting up

This commit is contained in:
Justin Clark-Casey (justincc)
2012-06-20 00:42:54 +01:00
parent 625e5e913a
commit 6b3f9fcde0
3 changed files with 3 additions and 3 deletions

View File

@@ -320,7 +320,7 @@ namespace OpenSim.Framework.Servers
TimeSpan timeTaken = DateTime.Now - m_startuptime;
m_log.InfoFormat("[STARTUP]: Startup took {0}m {1}s", timeTaken.Minutes, timeTaken.Seconds);
// m_log.InfoFormat("[STARTUP]: Startup took {0}m {1}s", timeTaken.Minutes, timeTaken.Seconds);
}
/// <summary>