diff --git a/OpenSim/Framework/Communications/UserManagerBase.cs b/OpenSim/Framework/Communications/UserManagerBase.cs index 8821776649..7e1047f021 100644 --- a/OpenSim/Framework/Communications/UserManagerBase.cs +++ b/OpenSim/Framework/Communications/UserManagerBase.cs @@ -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 {