aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsIn/Neighbour/NeighbourServiceInConnectorModule.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-06-20 00:42:54 +0100
committerJustin Clark-Casey (justincc)2012-06-20 00:42:54 +0100
commit6b3f9fcde00c9581e5d4f74df2b21ff6bd303f63 (patch)
tree398bc50b30187c45775bffd0e4b8ea92662dae47 /OpenSim/Region/CoreModules/ServiceConnectorsIn/Neighbour/NeighbourServiceInConnectorModule.cs
parentComment out recently added log message detailing number of scripts started wh... (diff)
downloadopensim-SC_OLD-6b3f9fcde00c9581e5d4f74df2b21ff6bd303f63.zip
opensim-SC_OLD-6b3f9fcde00c9581e5d4f74df2b21ff6bd303f63.tar.gz
opensim-SC_OLD-6b3f9fcde00c9581e5d4f74df2b21ff6bd303f63.tar.bz2
opensim-SC_OLD-6b3f9fcde00c9581e5d4f74df2b21ff6bd303f63.tar.xz
Comment out the neighbour and land in connectors from info logging that they are starting up
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/ServiceConnectorsIn/Neighbour/NeighbourServiceInConnectorModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsIn/Neighbour/NeighbourServiceInConnectorModule.cs b/OpenSim/Region/CoreModules/ServiceConnectorsIn/Neighbour/NeighbourServiceInConnectorModule.cs
index 3fd89b9..b544ab3 100644
--- a/OpenSim/Region/CoreModules/ServiceConnectorsIn/Neighbour/NeighbourServiceInConnectorModule.cs
+++ b/OpenSim/Region/CoreModules/ServiceConnectorsIn/Neighbour/NeighbourServiceInConnectorModule.cs
@@ -74,7 +74,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsIn.Neighbour
74 if (!m_Enabled) 74 if (!m_Enabled)
75 return; 75 return;
76 76
77 m_log.Info("[NEIGHBOUR IN CONNECTOR]: Starting..."); 77// m_log.Info("[NEIGHBOUR IN CONNECTOR]: Starting...");
78 } 78 }
79 79
80 public void Close() 80 public void Close()