Add additional mainlog data to LogOffUser

to aid in debugging.
ThreadPoolClientBranch
Charles Krinke 2008-01-21 03:45:50 +00:00
parent e04356387d
commit a025f527cf
1 changed files with 2 additions and 1 deletions

View File

@ -442,7 +442,8 @@ namespace OpenSim.Framework.UserManagement
{
MainLog.Instance.Verbose("LOGOUT", "didn't save logout position, currentAgent is null *do Fix ");
}
MainLog.Instance.Verbose("LOGOUT", userProfile.username + " " + userProfile.surname);
MainLog.Instance.Verbose("LOGOUT", userProfile.username + " " + userProfile.surname + " from " + regionhandle + "(" + posx + "," + posy + "," + posz + ")" );
MainLog.Instance.Verbose("LOGOUT", "userid: " + userid.ToString() + " regionid: " + regionid.ToString() );
}
else
{