fix wrong error message in mutelist connector

0.9.1.0-post-fixes
UbitUmarov 2018-10-22 02:06:56 +01:00
parent fdb4fb3f3f
commit dd2fd3e4a0
1 changed files with 2 additions and 2 deletions

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");