diff options
author | H-H-H | 2015-06-04 21:32:15 +0100 |
---|---|---|
committer | Diva Canto | 2015-06-05 16:48:16 -0700 |
commit | 0c5facbd756de5ef9ba0f832b574eabb19bc89a2 (patch) | |
tree | f9fc09fe8a653b75b1b487b233935986a5cd6d58 /OpenSim/Region | |
parent | Upgraded the Simian inventory connector with an item cache, too, so that it d... (diff) | |
download | opensim-SC_OLD-0c5facbd756de5ef9ba0f832b574eabb19bc89a2.zip opensim-SC_OLD-0c5facbd756de5ef9ba0f832b574eabb19bc89a2.tar.gz opensim-SC_OLD-0c5facbd756de5ef9ba0f832b574eabb19bc89a2.tar.bz2 opensim-SC_OLD-0c5facbd756de5ef9ba0f832b574eabb19bc89a2.tar.xz |
Typo Fix
Signed-off-by: Diva Canto <diva@metaverseink.com>
Diffstat (limited to 'OpenSim/Region')
-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 3a4e5df..bf34419 100644 --- a/OpenSim/Region/Application/Application.cs +++ b/OpenSim/Region/Application/Application.cs | |||
@@ -129,7 +129,7 @@ namespace OpenSim | |||
129 | if (workerThreads < workerThreadsMin) | 129 | if (workerThreads < workerThreadsMin) |
130 | { | 130 | { |
131 | workerThreads = workerThreadsMin; | 131 | workerThreads = workerThreadsMin; |
132 | m_log.InfoFormat("[OPENSIM MAIN]: Bumping up to max worker threads to {0}",workerThreads); | 132 | m_log.InfoFormat("[OPENSIM MAIN]: Bumping up max worker threads to {0}",workerThreads); |
133 | } | 133 | } |
134 | if (workerThreads > workerThreadsMax) | 134 | if (workerThreads > workerThreadsMax) |
135 | { | 135 | { |