mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
fix wrong error message in mutelist connector
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user