From 75ea84f3d250c8e9bc8cdf68094a7143589e3e0b Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 14 Jan 2009 18:46:33 +0000 Subject: * minor: Change around more debugging messages --- OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs') diff --git a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs index 7997fba..ab4e7d8 100644 --- a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs +++ b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs @@ -916,10 +916,10 @@ namespace OpenSim.Region.Environment.Scenes if (avatar.Scene.NeedSceneCacheClear(avatar.UUID)) { m_commsProvider.UserProfileCacheService.RemoveUser(avatar.UUID); - m_log.InfoFormat("User {0} is going to another region, profile cache removed", avatar.UUID); + m_log.DebugFormat( + "[SCENE COMMUNICATION SERVICE]: User {0} is going to another region, profile cache removed", + avatar.UUID); } - - } else { -- cgit v1.1