diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Communications/Local/LocalBackEndServices.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Communications/Local/LocalBackEndServices.cs b/OpenSim/Region/Communications/Local/LocalBackEndServices.cs index 98419ab..0a2e426 100644 --- a/OpenSim/Region/Communications/Local/LocalBackEndServices.cs +++ b/OpenSim/Region/Communications/Local/LocalBackEndServices.cs | |||
@@ -95,7 +95,7 @@ namespace OpenSim.Region.Communications.Local | |||
95 | RegionCommsListener regionHost = new RegionCommsListener(); | 95 | RegionCommsListener regionHost = new RegionCommsListener(); |
96 | if (m_regionListeners.ContainsKey(regionInfo.RegionHandle)) | 96 | if (m_regionListeners.ContainsKey(regionInfo.RegionHandle)) |
97 | { | 97 | { |
98 | m_log.Error("[INTERREGION]: " + | 98 | m_log.Error("[INTERREGION STANDALONE]: " + |
99 | "Error:Region registered twice as an Events listener for Interregion Communications but not as a listed region. " + | 99 | "Error:Region registered twice as an Events listener for Interregion Communications but not as a listed region. " + |
100 | "In Standalone mode this will cause BIG issues. In grid mode, it means a region went down and came back up."); | 100 | "In Standalone mode this will cause BIG issues. In grid mode, it means a region went down and came back up."); |
101 | m_regionListeners.Remove(regionInfo.RegionHandle); | 101 | m_regionListeners.Remove(regionInfo.RegionHandle); |
@@ -108,7 +108,7 @@ namespace OpenSim.Region.Communications.Local | |||
108 | { | 108 | { |
109 | // Already in our list, so the region went dead and restarted. | 109 | // Already in our list, so the region went dead and restarted. |
110 | m_regions.Remove(regionInfo.RegionHandle); | 110 | m_regions.Remove(regionInfo.RegionHandle); |
111 | m_log.Warn("[INTERREGION]: Region registered twice. Region went down and came back up."); | 111 | m_log.Warn("[INTERREGION STANDALONE]: Region registered twice. Region went down and came back up."); |
112 | 112 | ||
113 | RegionCommsListener regionHost = new RegionCommsListener(); | 113 | RegionCommsListener regionHost = new RegionCommsListener(); |
114 | if (m_regionListeners.ContainsKey(regionInfo.RegionHandle)) | 114 | if (m_regionListeners.ContainsKey(regionInfo.RegionHandle)) |
@@ -459,4 +459,4 @@ namespace OpenSim.Region.Communications.Local | |||
459 | return false; | 459 | return false; |
460 | } | 460 | } |
461 | } | 461 | } |
462 | } \ No newline at end of file | 462 | } |