mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Add additional mainlog data to LogOffUser
to aid in debugging.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user