diff options
author | BlueWall | 2014-08-02 08:20:12 -0400 |
---|---|---|
committer | BlueWall | 2014-08-02 08:21:25 -0400 |
commit | de3421b408a1dc972a57b088f2b65014daab09c9 (patch) | |
tree | f6849d4a3d5c3ebd44b7ea22b82ac3ea71d54753 /OpenSim | |
parent | Fix regression in SimulatorFeatures module that would stop OpenSimulator from... (diff) | |
download | opensim-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.cs | 2 |
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 | { |