Additional debugging print on LOGOUT if/else in userServer.

ThreadPoolClientBranch
Charles Krinke 2008-02-07 03:13:30 +00:00
parent d6f4656032
commit c076eab633
1 changed files with 1 additions and 2 deletions

View File

@ -446,10 +446,9 @@ namespace OpenSim.Framework.UserManagement
}
else
{
m_log.Info("[LOGOUT]: didn't save logout position, currentAgent is null *do Fix ");
m_log.Info("[LOGOUT]: didn't save logout position, currentAgent: " + userAgent.ToString() );
}
m_log.Info("[LOGOUT]: " + userProfile.username + " " + userProfile.surname + " from " + regionhandle + "(" + posx + "," + posy + "," + posz + ")" );
m_log.Info("[LOGOUT]: userid: " + userid.ToString() + " regionid: " + regionid.ToString() );
}
else
{