diff options
author | Justin Clark-Casey (justincc) | 2014-10-31 23:04:18 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-11-25 23:23:10 +0000 |
commit | 8c9f82b03555306deb54601ba9a487336eb02203 (patch) | |
tree | 64eaba293d6f0f63d9b2ba643398b6bdd79746bd /OpenSim/Server | |
parent | Update libomv to cedac55 (diff) | |
download | opensim-SC_OLD-8c9f82b03555306deb54601ba9a487336eb02203.zip opensim-SC_OLD-8c9f82b03555306deb54601ba9a487336eb02203.tar.gz opensim-SC_OLD-8c9f82b03555306deb54601ba9a487336eb02203.tar.bz2 opensim-SC_OLD-8c9f82b03555306deb54601ba9a487336eb02203.tar.xz |
Just for now, don't alert the user or log if we couldn't change their server-side preferences due to no e-mail address being sent.
This is to avoid user confusion in the oscc rehearsal as they are often not aware that this fails because no e-mail is set.
Also may be failing in the hypergrid case, though this may also be a config issue.
This is meant as a temporary solution.
Diffstat (limited to 'OpenSim/Server')
-rw-r--r-- | OpenSim/Server/Handlers/Profiles/UserProfilesHandlers.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/Handlers/Profiles/UserProfilesHandlers.cs b/OpenSim/Server/Handlers/Profiles/UserProfilesHandlers.cs index d143552..49aa8ba 100644 --- a/OpenSim/Server/Handlers/Profiles/UserProfilesHandlers.cs +++ b/OpenSim/Server/Handlers/Profiles/UserProfilesHandlers.cs | |||
@@ -402,7 +402,7 @@ namespace OpenSim.Server.Handlers | |||
402 | 402 | ||
403 | response.Error.Code = ErrorCode.InternalError; | 403 | response.Error.Code = ErrorCode.InternalError; |
404 | response.Error.Message = string.Format("{0}", result); | 404 | response.Error.Message = string.Format("{0}", result); |
405 | m_log.InfoFormat("[PROFILES]: User preferences request error - {0}", response.Error.Message); | 405 | // m_log.InfoFormat("[PROFILES]: User preferences request error - {0}", response.Error.Message); |
406 | return false; | 406 | return false; |
407 | } | 407 | } |
408 | 408 | ||