fix wrong error message in mutelist connector

This commit is contained in:
UbitUmarov
2018-10-22 02:06:56 +01:00
parent fdb4fb3f3f
commit dd2fd3e4a0

View File

@@ -75,8 +75,8 @@ namespace OpenSim.Services.Connectors
if (serviceURI == String.Empty)
{
m_log.Error("[GRID USER CONNECTOR]: No Server URI named in section GridUserService");
throw new Exception("GridUser connector init error");
m_log.Error("[MUTELIST CONNECTOR]: No Server URI named in section GridUserService");
throw new Exception("MuteList connector init error");
}
m_ServerURI = serviceURI + "/mutelist";;
base.Initialise(source, "MuteListService");