diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Application/Application.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/Application.cs b/OpenSim/Region/Application/Application.cs index 6215055..e441cc8 100644 --- a/OpenSim/Region/Application/Application.cs +++ b/OpenSim/Region/Application/Application.cs | |||
@@ -130,7 +130,7 @@ namespace OpenSim | |||
130 | if (workerThreads < workerThreadsMin) | 130 | if (workerThreads < workerThreadsMin) |
131 | { | 131 | { |
132 | workerThreads = workerThreadsMin; | 132 | workerThreads = workerThreadsMin; |
133 | m_log.InfoFormat("[OPENSIM MAIN]: Bumping up to max worker threads to {0}",workerThreads); | 133 | m_log.InfoFormat("[OPENSIM MAIN]: Bumping up max worker threads to {0}",workerThreads); |
134 | } | 134 | } |
135 | if (workerThreads > workerThreadsMax) | 135 | if (workerThreads > workerThreadsMax) |
136 | { | 136 | { |