Guard against scenes without an agent prefs service and a copy and paste fix

Signed-off-by: Diva Canto <diva@metaverseink.com>
This commit is contained in:
Cinder
2015-06-13 12:36:32 -06:00
committed by Diva Canto
parent 7f1a73cbda
commit 044654b5a9
2 changed files with 8 additions and 1 deletions

View File

@@ -88,7 +88,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.AgentPreferences
if (m_AgentPreferencesService == null)
{
m_log.Error("[AGENT PREFERENCES CONNECTOR]: Can't load user account service");
m_log.Error("[AGENT PREFERENCES CONNECTOR]: Can't load agent preferences service");
return;
}
m_Enabled = true;