diff options
author | Justin Clarke Casey | 2008-03-17 19:13:15 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-03-17 19:13:15 +0000 |
commit | 9122762dc8a7b884461054ca653eb6d6da9d7c5a (patch) | |
tree | b53edc6b50a0decc278b6d17198ee48416b4b6fa /OpenSim | |
parent | * Make it more obvious if local user services are being used (diff) | |
download | opensim-SC_OLD-9122762dc8a7b884461054ca653eb6d6da9d7c5a.zip opensim-SC_OLD-9122762dc8a7b884461054ca653eb6d6da9d7c5a.tar.gz opensim-SC_OLD-9122762dc8a7b884461054ca653eb6d6da9d7c5a.tar.bz2 opensim-SC_OLD-9122762dc8a7b884461054ca653eb6d6da9d7c5a.tar.xz |
* More almost completely unproductive log message fiddling
Diffstat (limited to 'OpenSim')
-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(); |