From 044654b5a9db3d7b81b8bfc24eeb55d262a23631 Mon Sep 17 00:00:00 2001 From: Cinder Date: Sat, 13 Jun 2015 12:36:32 -0600 Subject: Guard against scenes without an agent prefs service and a copy and paste fix Signed-off-by: Diva Canto --- .../AgentPreferences/LocalAgentPreferencesServiceConnector.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/CoreModules') diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/AgentPreferences/LocalAgentPreferencesServiceConnector.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/AgentPreferences/LocalAgentPreferencesServiceConnector.cs index 9d8367d..41ae53f 100644 --- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/AgentPreferences/LocalAgentPreferencesServiceConnector.cs +++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/AgentPreferences/LocalAgentPreferencesServiceConnector.cs @@ -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; -- cgit v1.1