mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* minor: for now, print out the exception if logging into the initially selected region fails, rather than swallowing it
This commit is contained in:
@@ -338,9 +338,9 @@ namespace OpenSim.Grid.UserServer
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (Exception)
|
||||
//catch (System.AccessViolationException)
|
||||
catch (Exception e)
|
||||
{
|
||||
m_log.ErrorFormat("[LOGIN]: Requested region for login not available, {0}", e);
|
||||
tryDefault = true;
|
||||
}
|
||||
|
||||
@@ -353,7 +353,7 @@ namespace OpenSim.Grid.UserServer
|
||||
((ulong) m_config.DefaultY*Constants.RegionSize);
|
||||
|
||||
m_log.Warn(
|
||||
"[LOGIN]: Home region not available: sending to default " + defaultHandle);
|
||||
"[LOGIN]: Sending user to default region " + defaultHandle + " instead");
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user