diff options
author | Justin Clark-Casey (justincc) | 2014-02-14 00:08:13 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-02-14 00:08:13 +0000 |
commit | f49d51308938e397dbe44820b7497437fd785d10 (patch) | |
tree | 7ff30646835506629f3a7e184b5cdb7deff7bcdf /OpenSim/Region/CoreModules/Avatar/UserProfiles | |
parent | If calls to UserAgentServiceConnector fail then throw an exception. This lets... (diff) | |
download | opensim-SC-f49d51308938e397dbe44820b7497437fd785d10.zip opensim-SC-f49d51308938e397dbe44820b7497437fd785d10.tar.gz opensim-SC-f49d51308938e397dbe44820b7497437fd785d10.tar.bz2 opensim-SC-f49d51308938e397dbe44820b7497437fd785d10.tar.xz |
Change warns associated with UserAgentServiceConnector to debugs, as this is not necessarily a problen with the source simulator (e.g. someone else's remote simulator cannot be contacted).
This is Oren Hurvitz's second patch from http://opensimulator.org/mantis/view.php?id=6956 with a small amount of correction
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/UserProfiles')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs b/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs index ed8864d..9e6c752 100644 --- a/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs | |||
@@ -1171,7 +1171,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.UserProfiles | |||
1171 | } | 1171 | } |
1172 | catch (Exception e) | 1172 | catch (Exception e) |
1173 | { | 1173 | { |
1174 | m_log.Warn("[PROFILES]: GetUserInfo call failed ", e); | 1174 | m_log.Debug("[PROFILES]: GetUserInfo call failed ", e); |
1175 | account = new Dictionary<string, object>(); | 1175 | account = new Dictionary<string, object>(); |
1176 | } | 1176 | } |
1177 | 1177 | ||