add stack trace debug message

avinationmerge
UbitUmarov 2014-09-24 18:29:23 +01:00
parent 68ea1f7776
commit 46bf6d1640
1 changed files with 2 additions and 0 deletions

View File

@ -3841,6 +3841,8 @@ namespace OpenSim.Region.Framework.Scenes
acd.startpos
);
m_log.DebugFormat("NewUserConnection stack {0}", Environment.StackTrace);
if (!LoginsEnabled)
{
reason = "Logins Disabled";