From 8c9f82b03555306deb54601ba9a487336eb02203 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Fri, 31 Oct 2014 23:04:18 +0000 Subject: 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. --- OpenSim/Server/Handlers/Profiles/UserProfilesHandlers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Server') 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 response.Error.Code = ErrorCode.InternalError; response.Error.Message = string.Format("{0}", result); - m_log.InfoFormat("[PROFILES]: User preferences request error - {0}", response.Error.Message); +// m_log.InfoFormat("[PROFILES]: User preferences request error - {0}", response.Error.Message); return false; } -- cgit v1.1