mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 06:44:15 +08:00
Fix typo in log message
This commit is contained in:
@@ -86,7 +86,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
|
||||
if (string.IsNullOrEmpty(featuresURI))
|
||||
{
|
||||
m_log.Info("ExtraFeaturesServiceURI is undefined. The grid's ExtraFeatures will not be available to regions in this instnace.");
|
||||
m_log.Info("ExtraFeaturesServiceURI is undefined. The grid's ExtraFeatures will not be available to regions in this instance.");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user