From 0c5facbd756de5ef9ba0f832b574eabb19bc89a2 Mon Sep 17 00:00:00 2001 From: H-H-H Date: Thu, 4 Jun 2015 21:32:15 +0100 Subject: [PATCH] Typo Fix Signed-off-by: Diva Canto --- OpenSim/Region/Application/Application.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/Application/Application.cs b/OpenSim/Region/Application/Application.cs index 3a4e5df48c..bf344190e8 100644 --- a/OpenSim/Region/Application/Application.cs +++ b/OpenSim/Region/Application/Application.cs @@ -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) {