Fix handling of user preference updates where no email address is supplied

This commit is contained in:
BlueWall
2014-11-23 14:25:48 -05:00
parent 7813780eba
commit 12108bf6e9
5 changed files with 36 additions and 27 deletions

View File

@@ -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;
}