aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorBlueWall2014-08-02 08:20:12 -0400
committerBlueWall2014-08-02 08:21:25 -0400
commitde3421b408a1dc972a57b088f2b65014daab09c9 (patch)
treef6849d4a3d5c3ebd44b7ea22b82ac3ea71d54753 /OpenSim
parentFix regression in SimulatorFeatures module that would stop OpenSimulator from... (diff)
downloadopensim-SC-de3421b408a1dc972a57b088f2b65014daab09c9.zip
opensim-SC-de3421b408a1dc972a57b088f2b65014daab09c9.tar.gz
opensim-SC-de3421b408a1dc972a57b088f2b65014daab09c9.tar.bz2
opensim-SC-de3421b408a1dc972a57b088f2b65014daab09c9.tar.xz
Fix typo in log message
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs
index 91226ae..9f1eb88 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs
@@ -86,7 +86,7 @@ namespace OpenSim.Region.ClientStack.Linden
86 86
87 if (string.IsNullOrEmpty(featuresURI)) 87 if (string.IsNullOrEmpty(featuresURI))
88 { 88 {
89 m_log.Info("ExtraFeaturesServiceURI is undefined. The grid's ExtraFeatures will not be available to regions in this instnace."); 89 m_log.Info("ExtraFeaturesServiceURI is undefined. The grid's ExtraFeatures will not be available to regions in this instance.");
90 } 90 }
91 else 91 else
92 { 92 {