From 9122762dc8a7b884461054ca653eb6d6da9d7c5a Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 17 Mar 2008 19:13:15 +0000 Subject: [PATCH] * More almost completely unproductive log message fiddling --- OpenSim/Region/Communications/OGS1/OGS1UserServices.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs index c883b87fc8..68713fe9d1 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs @@ -261,7 +261,7 @@ namespace OpenSim.Region.Communications.OGS1 UserProfileData data = GetUserProfile(uuid); if (data == null) { - throw new Exception("Unknown master user UUID"); + throw new Exception("[OGS1 USER SERVICES]: Unknown master user UUID"); } return data; } @@ -273,7 +273,7 @@ namespace OpenSim.Region.Communications.OGS1 public bool UpdateUserProfileProperties(UserProfileData UserProfile) { - m_log.Debug("[OGS1UserService]: Asking UserServer to update profile."); + m_log.Debug("[OGS1 USER SERVICES]: Asking UserServer to update profile."); Hashtable param = new Hashtable(); param["avatar_uuid"] = UserProfile.UUID.ToString(); //param["AllowPublish"] = UserProfile.ToString();