Signed-off-by: Diva Canto <diva@metaverseink.com>
This commit is contained in:
H-H-H
2015-06-04 21:32:15 +01:00
committed by Diva Canto
parent c4efeb0f7c
commit 0c5facbd75

View File

@@ -129,7 +129,7 @@ namespace OpenSim
if (workerThreads < workerThreadsMin)
{
workerThreads = workerThreadsMin;
m_log.InfoFormat("[OPENSIM MAIN]: Bumping up to max worker threads to {0}",workerThreads);
m_log.InfoFormat("[OPENSIM MAIN]: Bumping up max worker threads to {0}",workerThreads);
}
if (workerThreads > workerThreadsMax)
{