diff options
author | Diva Canto | 2009-08-13 06:31:24 -0700 |
---|---|---|
committer | Diva Canto | 2009-08-13 06:31:24 -0700 |
commit | 6a0f7c22753a4e7e9d08e947d9fa4b6d98c1bf54 (patch) | |
tree | b9dd4ca908d79a74abcd722d4fc5e7d26d01fd30 /OpenSim/Region/Communications/Hypergrid | |
parent | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim (diff) | |
parent | Some small fixes (diff) | |
download | opensim-SC_OLD-6a0f7c22753a4e7e9d08e947d9fa4b6d98c1bf54.zip opensim-SC_OLD-6a0f7c22753a4e7e9d08e947d9fa4b6d98c1bf54.tar.gz opensim-SC_OLD-6a0f7c22753a4e7e9d08e947d9fa4b6d98c1bf54.tar.bz2 opensim-SC_OLD-6a0f7c22753a4e7e9d08e947d9fa4b6d98c1bf54.tar.xz |
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Communications/Hypergrid')
-rw-r--r-- | OpenSim/Region/Communications/Hypergrid/HGCommunicationsGridMode.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/Communications/Hypergrid/HGCommunicationsGridMode.cs b/OpenSim/Region/Communications/Hypergrid/HGCommunicationsGridMode.cs index 99a4057..381070e 100644 --- a/OpenSim/Region/Communications/Hypergrid/HGCommunicationsGridMode.cs +++ b/OpenSim/Region/Communications/Hypergrid/HGCommunicationsGridMode.cs | |||
@@ -40,9 +40,6 @@ namespace OpenSim.Region.Communications.Hypergrid | |||
40 | { | 40 | { |
41 | public class HGCommunicationsGridMode : CommunicationsManager // CommunicationsOGS1 | 41 | public class HGCommunicationsGridMode : CommunicationsManager // CommunicationsOGS1 |
42 | { | 42 | { |
43 | private static readonly ILog m_log | ||
44 | = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | ||
45 | |||
46 | IHyperlink m_osw = null; | 43 | IHyperlink m_osw = null; |
47 | public IHyperlink HGServices | 44 | public IHyperlink HGServices |
48 | { | 45 | { |