Extra debug message

This commit is contained in:
Diva Canto
2011-06-02 09:39:29 -07:00
parent 3c15c0b264
commit 65c71050cc

View File

@@ -72,6 +72,7 @@ namespace OpenSim.Server.Handlers.Hypergrid
if (m_IMService == null)
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);
}