Signed-off-by: Diva Canto <diva@metaverseink.com>
fsassets
H-H-H 2015-06-04 21:32:15 +01:00 committed by Diva Canto
parent c4efeb0f7c
commit 0c5facbd75
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ namespace OpenSim
if (workerThreads < workerThreadsMin) if (workerThreads < workerThreadsMin)
{ {
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) if (workerThreads > workerThreadsMax)
{ {