aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Server/Handlers')
-rw-r--r--OpenSim/Server/Handlers/Hypergrid/InstantMessageServerConnector.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Server/Handlers/Hypergrid/InstantMessageServerConnector.cs b/OpenSim/Server/Handlers/Hypergrid/InstantMessageServerConnector.cs
index 74b7422..514793d 100644
--- a/OpenSim/Server/Handlers/Hypergrid/InstantMessageServerConnector.cs
+++ b/OpenSim/Server/Handlers/Hypergrid/InstantMessageServerConnector.cs
@@ -72,6 +72,7 @@ namespace OpenSim.Server.Handlers.Hypergrid
72 if (m_IMService == null) 72 if (m_IMService == null)
73 throw new Exception("InstantMessage server connector cannot proceed because of missing service"); 73 throw new Exception("InstantMessage server connector cannot proceed because of missing service");
74 74
75 m_log.DebugFormat("[XXX] IM Server Connector is ON");
75 MainServer.Instance.AddXmlRPCHandler("grid_instant_message", ProcessInstantMessage, false); 76 MainServer.Instance.AddXmlRPCHandler("grid_instant_message", ProcessInstantMessage, false);
76 77
77 } 78 }