From 759a0bcba060dd9a2514f74998f203e9c8bb6c35 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 7 Mar 2008 12:03:48 +0000 Subject: Make Local back end services warn/error messages explicitly say they are from standalone services --- OpenSim/Region/Communications/Local/LocalBackEndServices.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenSim/Region/Communications/Local/LocalBackEndServices.cs') 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 RegionCommsListener regionHost = new RegionCommsListener(); if (m_regionListeners.ContainsKey(regionInfo.RegionHandle)) { - m_log.Error("[INTERREGION]: " + + m_log.Error("[INTERREGION STANDALONE]: " + "Error:Region registered twice as an Events listener for Interregion Communications but not as a listed region. " + "In Standalone mode this will cause BIG issues. In grid mode, it means a region went down and came back up."); m_regionListeners.Remove(regionInfo.RegionHandle); @@ -108,7 +108,7 @@ namespace OpenSim.Region.Communications.Local { // Already in our list, so the region went dead and restarted. m_regions.Remove(regionInfo.RegionHandle); - m_log.Warn("[INTERREGION]: Region registered twice. Region went down and came back up."); + m_log.Warn("[INTERREGION STANDALONE]: Region registered twice. Region went down and came back up."); RegionCommsListener regionHost = new RegionCommsListener(); if (m_regionListeners.ContainsKey(regionInfo.RegionHandle)) @@ -459,4 +459,4 @@ namespace OpenSim.Region.Communications.Local return false; } } -} \ No newline at end of file +} -- cgit v1.1