Minor improvement on debug message.

slimupdates
Diva Canto 2010-03-26 13:13:33 -07:00
parent 9fb17e7ab2
commit 8ee0bdb86e
1 changed files with 30 additions and 31 deletions

View File

@ -340,9 +340,8 @@ namespace OpenSim.Services.LLLoginService
}
else
{
m_log.WarnFormat("[LLOGIN SERVICE]: User {0} {1} does not have a valid home and this grid does not have default locations.",
m_log.WarnFormat("[LLOGIN SERVICE]: User {0} {1} does not have a valid home and this grid does not have default locations. Attempting to find random region",
account.FirstName, account.LastName);
m_log.Info("[LLOGIN SERVICE]: Home Region Not Found Attempting to find random region");
defaults = m_GridService.GetRegionsByName(account.ScopeID, "", 1);
if (defaults != null && defaults.Count > 0)
{