Extra debug message

bulletsim
Diva Canto 2011-06-02 09:39:29 -07:00
parent 3c15c0b264
commit 65c71050cc
1 changed files with 1 additions and 0 deletions

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