aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Communications/REST/HGInterregionComms.cs
diff options
context:
space:
mode:
authordiva2008-12-30 01:21:13 +0000
committerdiva2008-12-30 01:21:13 +0000
commiteaf8066700bc48259d509282fd6362ca697b49ad (patch)
tree650513aaa7c0e403da8a60695cb9e63fa973556c /OpenSim/Region/Environment/Modules/Communications/REST/HGInterregionComms.cs
parentUpdate svn properties, minor formatting cleanup. (diff)
downloadopensim-SC-eaf8066700bc48259d509282fd6362ca697b49ad.zip
opensim-SC-eaf8066700bc48259d509282fd6362ca697b49ad.tar.gz
opensim-SC-eaf8066700bc48259d509282fd6362ca697b49ad.tar.bz2
opensim-SC-eaf8066700bc48259d509282fd6362ca697b49ad.tar.xz
Making the default choice for InterregionComms work, and removing an unnecessary console debug message.
Diffstat (limited to 'OpenSim/Region/Environment/Modules/Communications/REST/HGInterregionComms.cs')
-rw-r--r--OpenSim/Region/Environment/Modules/Communications/REST/HGInterregionComms.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Modules/Communications/REST/HGInterregionComms.cs b/OpenSim/Region/Environment/Modules/Communications/REST/HGInterregionComms.cs
index a94ca8b..1599d75 100644
--- a/OpenSim/Region/Environment/Modules/Communications/REST/HGInterregionComms.cs
+++ b/OpenSim/Region/Environment/Modules/Communications/REST/HGInterregionComms.cs
@@ -55,6 +55,7 @@ namespace OpenSim.Region.Environment.Modules.Communications.REST
55 IConfig startupConfig = config.Configs["Communications"]; 55 IConfig startupConfig = config.Configs["Communications"];
56 if ((startupConfig != null) && (startupConfig.GetString("InterregionComms", "RESTCommms") == "HGRESTComms")) 56 if ((startupConfig != null) && (startupConfig.GetString("InterregionComms", "RESTCommms") == "HGRESTComms"))
57 { 57 {
58 m_log.Debug("[HGREST COMMS]: Enabling InterregionComms HGRESTComms module");
58 m_enabled = true; 59 m_enabled = true;
59 InitOnce(scene); 60 InitOnce(scene);
60 } 61 }