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