aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-01-14 18:46:33 +0000
committerJustin Clarke Casey2009-01-14 18:46:33 +0000
commit75ea84f3d250c8e9bc8cdf68094a7143589e3e0b (patch)
tree0e41cdda54725d804d019081df43d743328f40bc /OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
parent* Do some log tweaking to better see incoming connection success (and failure) (diff)
downloadopensim-SC_OLD-75ea84f3d250c8e9bc8cdf68094a7143589e3e0b.zip
opensim-SC_OLD-75ea84f3d250c8e9bc8cdf68094a7143589e3e0b.tar.gz
opensim-SC_OLD-75ea84f3d250c8e9bc8cdf68094a7143589e3e0b.tar.bz2
opensim-SC_OLD-75ea84f3d250c8e9bc8cdf68094a7143589e3e0b.tar.xz
* minor: Change around more debugging messages
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs6
1 files changed, 3 insertions, 3 deletions
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
916 if (avatar.Scene.NeedSceneCacheClear(avatar.UUID)) 916 if (avatar.Scene.NeedSceneCacheClear(avatar.UUID))
917 { 917 {
918 m_commsProvider.UserProfileCacheService.RemoveUser(avatar.UUID); 918 m_commsProvider.UserProfileCacheService.RemoveUser(avatar.UUID);
919 m_log.InfoFormat("User {0} is going to another region, profile cache removed", avatar.UUID); 919 m_log.DebugFormat(
920 "[SCENE COMMUNICATION SERVICE]: User {0} is going to another region, profile cache removed",
921 avatar.UUID);
920 } 922 }
921
922
923 } 923 }
924 else 924 else
925 { 925 {