Extra debug message
parent
3c15c0b264
commit
65c71050cc
|
@ -72,6 +72,7 @@ namespace OpenSim.Server.Handlers.Hypergrid
|
||||||
if (m_IMService == null)
|
if (m_IMService == null)
|
||||||
throw new Exception("InstantMessage server connector cannot proceed because of missing service");
|
throw new Exception("InstantMessage server connector cannot proceed because of missing service");
|
||||||
|
|
||||||
|
m_log.DebugFormat("[XXX] IM Server Connector is ON");
|
||||||
MainServer.Instance.AddXmlRPCHandler("grid_instant_message", ProcessInstantMessage, false);
|
MainServer.Instance.AddXmlRPCHandler("grid_instant_message", ProcessInstantMessage, false);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue