From a025f527cf8de097e40197fd937e3a64b512ffb0 Mon Sep 17 00:00:00 2001 From: Charles Krinke Date: Mon, 21 Jan 2008 03:45:50 +0000 Subject: Add additional mainlog data to LogOffUser to aid in debugging. --- OpenSim/Framework/Communications/UserManagerBase.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OpenSim/Framework/Communications/UserManagerBase.cs b/OpenSim/Framework/Communications/UserManagerBase.cs index 8821776..7e1047f 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 { -- cgit v1.1