diff options
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1UserServices.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs index c883b87..68713fe 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs | |||
@@ -261,7 +261,7 @@ namespace OpenSim.Region.Communications.OGS1 | |||
261 | UserProfileData data = GetUserProfile(uuid); | 261 | UserProfileData data = GetUserProfile(uuid); |
262 | if (data == null) | 262 | if (data == null) |
263 | { | 263 | { |
264 | throw new Exception("Unknown master user UUID"); | 264 | throw new Exception("[OGS1 USER SERVICES]: Unknown master user UUID"); |
265 | } | 265 | } |
266 | return data; | 266 | return data; |
267 | } | 267 | } |
@@ -273,7 +273,7 @@ namespace OpenSim.Region.Communications.OGS1 | |||
273 | 273 | ||
274 | public bool UpdateUserProfileProperties(UserProfileData UserProfile) | 274 | public bool UpdateUserProfileProperties(UserProfileData UserProfile) |
275 | { | 275 | { |
276 | m_log.Debug("[OGS1UserService]: Asking UserServer to update profile."); | 276 | m_log.Debug("[OGS1 USER SERVICES]: Asking UserServer to update profile."); |
277 | Hashtable param = new Hashtable(); | 277 | Hashtable param = new Hashtable(); |
278 | param["avatar_uuid"] = UserProfile.UUID.ToString(); | 278 | param["avatar_uuid"] = UserProfile.UUID.ToString(); |
279 | //param["AllowPublish"] = UserProfile.ToString(); | 279 | //param["AllowPublish"] = UserProfile.ToString(); |