mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Fix handling of user preference updates where no email address is supplied
This commit is contained in:
@@ -52,7 +52,7 @@ namespace OpenSim.Services.ProfilesService
|
||||
{
|
||||
if(string.IsNullOrEmpty(configName))
|
||||
{
|
||||
m_log.WarnFormat("[PROFILES]: Configuration section not given!");
|
||||
m_log.WarnFormat("[PROFILES SERVICE]: Configuration section not given!");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user